mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-25 18:08:40 -05:00
adds requirements.txt
This commit is contained in:
parent
c8e6c33d77
commit
bdbe4c6e38
2 changed files with 19 additions and 0 deletions
|
|
@ -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
13
requirements.txt
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue