Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin werkzeug and sphinx #106

Merged
merged 2 commits into from Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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