We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd99ee8 commit 10dcb84Copy full SHA for 10dcb84
1 file changed
source/tutorials/managing-dependencies.rst
@@ -166,3 +166,7 @@ and techniques to see if one of them is a better fit:
166
tagging releases, and creating new skeleton projects from project templates)
167
* `pip-tools <https://github.com/jazzband/pip-tools>`_ to build your own
168
custom workflow from lower level pieces like ``pip-compile`` and ``pip-sync``
169
+* `micropipenv <https://github.com/thoth-station/micropipenv>`_ is a lightweight
170
+ wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or
171
+ converting them to pip-tools compatible output. Designed for containerized
172
+ Python applications but not limited to them.
0 commit comments