David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
799974c
Branches
Tags
main
python2
testpython.git
requirements.in
Add requirements.txt
dblume
commited
799974c
at 2022-01-23 10:15:27
requirements.in
Blame
History
Raw
# To use, install pip-tools: # # (venv) $ python3 -m pip install pip-tools # (venv) $ pip-compile requirements.in # # Otherwise, you can make requirements.txt directly with pip freeze: # # (venv) $ python3 -m pip freeze > requirements.txt # marshmallow bored