Skip to content

Commit

Permalink
Merge pull request #63 from dbmi-pitt/maxsibilla/flask-v3-upgrade
Browse files Browse the repository at this point in the history
Updating requirements to utilize version 3 of Flask. Also updating ot…
  • Loading branch information
yuanzhou authored Aug 7, 2024
2 parents 1ed723e + eb9a183 commit 3854b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Flask==2.1.3
Flask==3.0.3
urllib3>=1.26.5
jsonschema>=3.2.0

# The commons package requires requests>=2.22.0 and PyYAML>=5.3.1
requests>=2.22.0
PyYAML>=5.3.1
requests==2.32.0
PyYAML==5.4.1

# Use the published package from PyPI as default
# Use the branch name of commons from github for testing new changes made in commons from different branch
Expand Down

0 comments on commit 3854b49

Please sign in to comment.