Skip to content

Commit

Permalink
Revert "looser restriction on flask"
Browse files Browse the repository at this point in the history
This reverts commit bb70ce4.
  • Loading branch information
burnout87 committed Jun 21, 2024
1 parent bb70ce4 commit 63347bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ future
numpy<2.0.0
pyyaml
simplejson
flask<=2.3.2
flask==2.0.3
astropy>=5.0.1
pylogstash_context>=0.1.19
gunicorn
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"numpy<2.0.0",
"pyyaml",
"simplejson",
"flask<=2.3.2",
"flask==2.0.3",
"astropy>=2.0.3",
"gunicorn",
"decorator",
Expand Down

0 comments on commit 63347bb

Please sign in to comment.