Skip to content

Commit

Permalink
Merge pull request #17 from garden-io/fix-python-dependencies
Browse files Browse the repository at this point in the history
chore: use exact Python dependencies
  • Loading branch information
vvagaytsev authored Jul 4, 2023
2 parents 3226fe5 + d60ed12 commit 0a71bb9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Flask
Redis
gunicorn
flask-cors
requests
Flask==2.1.2
redis==4.4.4
gunicorn==20.1.0
flask-cors==3.0.10
requests==2.31.0
urllib3==1.26.15

0 comments on commit 0a71bb9

Please sign in to comment.