Hi,
As more and more modern Python applications start using Poetry or PipEnv for managing their dependencies, please support those packaging tools, in addition to the existing (experimental) support in requirements.txt.
Poetry
Poetry uses a pyproject.toml file to declare on dependencies, and a lock file named poetry.lock.
The dependency specification can be found here.
Examples (taken from Poetry repo):
PipEnv
PipEnv uses Pipfile & Pipfile.lock.
Examples (taken from PipEnv repo):
Hi,
As more and more modern Python applications start using Poetry or PipEnv for managing their dependencies, please support those packaging tools, in addition to the existing (experimental) support in
requirements.txt.Poetry
Poetry uses a pyproject.toml file to declare on dependencies, and a lock file named poetry.lock.
The dependency specification can be found here.
Examples (taken from Poetry repo):
PipEnv
PipEnv uses Pipfile & Pipfile.lock.
Examples (taken from PipEnv repo):