I created a Python package which I uploaded to PyPI.
I wanted to update it with a newer version.
My project contains a simple pyproject.toml file, which refers to a setup.py file.
However, none of the dependencies listed in setup.py are getting installed.
This was not the case a few weeks ago, and now suddenly I can install dependencies only through pyproject.toml.
Did anyone encounter this problem?