Open AraHaan opened 1 year ago
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:
requirements.txt
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.
setup.py install
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:
requirements.txt
).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.