Skip to content

Commit

Permalink
Fix Flask dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Apr 17, 2023
1 parent 6f96326 commit eaf5028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion requirements-freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ cycler==0.11.0
deap==1.3.3
deprecation==2.1.0
ecdsa==0.18.0
Flask==1.1.2
Flask==2.2.3
Flask-Cors==3.0.10
fonttools==4.39.3
idna==3.4
importlib-metadata==6.4.1
inflection==0.5.1
itsdangerous==2.1.2
Jinja2==3.1.2
Expand Down Expand Up @@ -52,3 +53,4 @@ typing_extensions==4.5.0
urllib3==1.26.15
waitress==2.1.2
Werkzeug==2.2.3
zipp==3.15.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
connexion==2.14.2
connexion[swagger-ui]
python-keycloak==2.13.2
Flask==1.1.2
Flask==2.2.3
Flask-Cors==3.0.10
ProcessOptimizer[browniebee]==0.8.0
json-tricks==3.15.5
Expand Down

0 comments on commit eaf5028

Please sign in to comment.