You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no standard name for the so called requirements.txt file.
Also, there is no standard location for such a file. From now, it
will be possible to specify file name/location from command line.
When a command line option with requirements text file is given, it
will disable requirements search in the setup.py and pyproject.toml
files.
Fixes#26 and resolves#33
It would be good to have a config argument that allows specifying where the requirements files are (a simple glob pattern would work for most cases).
As an example, for the aiohttp project: https://github.com/aio-libs/aiohttp/tree/master/requirements
This would work if a simple pattern could be added to the config like
requirements/*
orrequirements/*.txt
.Also worth noting that it doesn't pick these up from setup.py if read dynamically, like:
The text was updated successfully, but these errors were encountered: