Skip to content

Commit

Permalink
updated requirements for image scans
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Aug 16, 2023
1 parent 8c02826 commit 2d1c4cd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions cyan_flask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
bcrypt==3.2.0
celery==5.2.2
cryptography==36.0.2
Flask==2.0.3
Flask-Cors==3.0.10
Flask-Migrate==3.1.0
Flask-RESTful==0.3.9
Flask-SQLAlchemy==2.5.1
mysqlclient==2.1.0
mysql-connector-python==8.0.28
PyJWT==2.3.0
python-dotenv==0.19.2
redis==4.1.4
bcrypt==4.0.1
celery==5.3.1
cryptography==41.0.1
Flask==2.3.2
Flask-Cors==4.0.0
Flask-Migrate==4.0.4
Flask-RESTful==0.3.10
Flask-SQLAlchemy==3.0.5
mysqlclient==2.2.0
mysql-connector-python==8.0.33
PyJWT==2.7.0
python-dotenv==1.0.0
redis==4.6.0
requests==2.25.1
simplejson==3.17.6
simplejson==3.19.1

0 comments on commit 2d1c4cd

Please sign in to comment.