Skip to content

Commit

Permalink
fix: pin flask version to prevent doctest error
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Aug 3, 2022
1 parent 0a782d7 commit 3681a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
flasgger
jsonpath-ng
lxml
flask >= 1.0.2
flask >= 1.0.2, < 2.2.0
markdown >= 3.0.1
whoosh
pystac >= 1.0.0b1
Expand Down

0 comments on commit 3681a0d

Please sign in to comment.