Skip to content

Commit

Permalink
pin flask to 3.0.3 as on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorescuserban committed Aug 7, 2024
1 parent f2c0d45 commit 6590692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
urllib3<1.27,>1.21.1 # avoid caching bug
requests_cache
ckanapi>=3.5
flask<2.3 # 2.3 messes up pip dependencies
flask==3.0.3 # 2.3 messes up pip dependencies
#git+https://github.com/HXLStandard/libhxl-python.git@dev#egg=libhxl # for development
libhxl==5.2.1 # for release
flask-caching
Expand Down

0 comments on commit 6590692

Please sign in to comment.