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. `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 .
```

13
requirements.txt Normal file
View file

@ -0,0 +1,13 @@
click==8.0.3
colorlog==6.6.0
Flask==2.0.2
Jinja2==3.0.3
markdown2==2.4.2
paramiko==2.9.2
protobuf==3.19.4
Pygments==2.11.2
pypuppetdb==2.5.1
requests==2.25.1
sample==1.0.0
setuptools==52.0.0
simplepup==0.0.4