Skip to content

Commit

Permalink
freeze requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
l2fprod committed Aug 31, 2023
1 parent 3e9c696 commit 7e2b77f
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
apiflask==1.0.0
flask==2.1.2
APIFlask==1.0.0
apispec==5.2.2
click==8.1.3
Flask==2.1.2
Flask-HTTPAuth==4.7.0
flask-marshmallow==0.14.0
Flask-SQLAlchemy==2.5.1
gunicorn==20.1.0
python-dotenv
Flask_SQLAlchemy==2.5.1
ibm-db==3.1.1
ibm-db-sa==0.3.8
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
marshmallow==3.16.0
packaging==21.3
pyparsing==3.0.9
python-dotenv==0.20.0
six==1.16.0
SQLAlchemy==1.3.22
ibm-db-sa
ibm-db
webargs==8.1.0
Werkzeug==2.1.2

0 comments on commit 7e2b77f

Please sign in to comment.