Skip to content

Commit

Permalink
setup: fix Flask version
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Dec 11, 2023
1 parent 7fb8b06 commit 966f20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

install_requires = [
'bump2version~=1.0',
"Flask>=0.12.3, <2.0.0",
"Flask>=0.12.3",
"IDUtils~=1.0,>=1.0.1",
"dojson~=1.0,>=1.3.1",
"inspire-schemas~=61.4",
Expand Down

0 comments on commit 966f20c

Please sign in to comment.