pypa / packaging-problems

An issue tracker for the problems in packaging
151 stars 35 forks source link

Problem with installing required dependency_links in projects with pyproject.toml's. #630

Open AraHaan opened 1 year ago

AraHaan commented 1 year ago

Problem description

When I was unable to install my original project without pyproject.toml I had to create that file, now it's impossible to have it automatically install all the url form of dependencies as well that are required to even use that code.

https://github.com/DecoraterBot-devs/DecoraterBotUtils has this issue, Also I am a bit upset that I can't:

As such this feels like an outright downgrade compared to the old setup.py install and I feel needs to be corrected at the source.