Skip to content

Commit

Permalink
fix:pip dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HonzaCuhel committed Oct 8, 2024
1 parent 5967745 commit c8bb083
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# add these requirements in your app on top of the existing ones
pip==18.1
Flask==1.0.2
gunicorn==19.9.0
pip>=23.3
flask>=2.2.5
gunicorn>=22.0.0

0 comments on commit c8bb083

Please sign in to comment.