-
Notifications
You must be signed in to change notification settings - Fork 171
Dependency management #157
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi ;)
This project uses requirements.txt as a dependency manager file. Wouldn't it be useful to use Pipenv + Pipfile or Poetry + Pyproject.toml as a substitute?
With any of the indicated you can manage all dependencies in 1 file and with features like locking dependencies with hash and the like...
More info:
Pipenv: https://pipenv.pypa.io/en/latest/
Pipfile: https://github.com/pypa/pipfile
Poetry: https://python-poetry.org/
Pyproject.toml: https://python-poetry.org/docs/pyproject/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request