David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
6e00fae
Branches
Tags
main
python2
testpython.git
requirements.in
Add pycodestyle for PEP-8. Remove GitHub's Atom IDE.
dblume
commited
6e00fae
at 2024-10-04 21:14:19
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 pycodestyle