adds requirements.txt

This commit is contained in:
suckatrash 2022-02-03 09:58:11 -08:00
parent c8e6c33d77
commit bdbe4c6e38
No known key found for this signature in database
GPG key ID: 1A9EE78B881BED99
2 changed files with 19 additions and 0 deletions

View file

@ -63,3 +63,9 @@ python setup.py sdist upload -r local
```
`infinitory-flask` - Simply build and push the docker image to release this portion of the app.
Before a release, the `requirements.txt` file should be regenerated:
```
pip install pipreqs #if needed
pipreqs .
```