David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
f062a47
Branches
Tags
main
python2
testpython.git
requirements.in
Fix requirements.in and pip-compiled a new requirements.txt
dblume
commited
f062a47
at 2022-01-26 13:18:11
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 requests