Skip to content

Commit

Permalink
Merge pull request #202 from sennetconsortium/maxsibilla/issue-194
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
maxsibilla authored Aug 7, 2024
2 parents 9279719 + 27b607b commit e80822f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Flask==2.1.3
Werkzeug==2.3.7
Flask==3.0.3
Werkzeug==3.0.3
urllib3==1.26.5
jsonschema==3.2.0
pandas>=1.3.5

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

# Use the published package from PyPI as default
Expand Down
2 changes: 1 addition & 1 deletion src/search-adaptor

0 comments on commit e80822f

Please sign in to comment.