Skip to content

Commit 10dcb84

Browse files
authored
Mention micropipenv in other tools for installing dependencies (#759)
1 parent dd99ee8 commit 10dcb84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/tutorials/managing-dependencies.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,7 @@ and techniques to see if one of them is a better fit:
166166
tagging releases, and creating new skeleton projects from project templates)
167167
* `pip-tools <https://github.com/jazzband/pip-tools>`_ to build your own
168168
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

Comments
 (0)