f062a47a91ec0e21436dd9c4fa7f0d5574c92377
dblume Add requirements.txt

dblume authored 2 years ago

1) # To use, install pip-tools:
2) #
3) #     (venv) $ python3 -m pip install pip-tools
4) #     (venv) $ pip-compile requirements.in
5) #
6) # Otherwise, you can make requirements.txt directly with pip freeze:
7) #
8) #     (venv) $ python3 -m pip freeze > requirements.txt
9) #
10) marshmallow