Skip to content

Commit

Permalink
Pin werkzeug and sphinx (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jul 25, 2022
1 parent 165de5d commit 1456053
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -14,3 +14,4 @@ pytest-cov
matplotlib
gunicorn
cmocean
werkzeug<2.2
2 changes: 1 addition & 1 deletion requirements_doc.txt
@@ -1,4 +1,4 @@
sphinx
sphinx==5.0.2
sphinx-copybutton
sphinx-notfound-page
pydata-sphinx-theme==0.9
Expand Down
1 change: 1 addition & 0 deletions requirements_win.txt
Expand Up @@ -10,3 +10,4 @@ pytest
pytest-cov
folium
matplotlib
werkzeug<2.2
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -49,6 +49,7 @@
"requests",
"server-thread",
"scooby",
"werkzeug<2.2"
],
extras_require={
"colormaps": ["matplotlib", "colorcet", "cmocean"],
Expand Down

0 comments on commit 1456053

Please sign in to comment.