diff --git a/README.md b/README.md index 1024f4c..0c3b24a 100644 --- a/README.md +++ b/README.md @@ -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 . +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1cd49ce --- /dev/null +++ b/requirements.txt @@ -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