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
requirementslib can help us reuse the same code that imports requirements files since the library can convert Pipfile/Pipfile.lock files into requirements.txt files.
Given the presence of Pipenv, Poetry, and pip-tools with their respective Pipfile[.lock], pyproject.toml, and requirements.in files, the Python packaging ecosystem is not close to having a useful consensus towards Pipenv on which we could justify adding Pipfile support.
Probably not an immediate priority, but it may be worth considering how/when to support the new 'Pipfile' format in addition to requirements.txt
The text was updated successfully, but these errors were encountered: