Skip to content

Commit

Permalink
Merge pull request #42 from ContinuumIO/flask2
Browse files Browse the repository at this point in the history
release werkzeug pin
  • Loading branch information
AlbertDeFusco authored Mar 11, 2022
2 parents 096cd36 + 4e72abd commit d420f59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
run:
- python >=3.6, <3.10
- flask
- werkzeug >=0.15, <2.0
- werkzeug >=0.15
- python-dateutil
- flask-restx
- flask-cors
Expand Down
4 changes: 2 additions & 2 deletions etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.8
- flask
- werkzeug
- werkzeug>=0.15
- python-dateutil
- flask-restx
- pytest
Expand All @@ -16,5 +16,5 @@ dependencies:
- ipykernel
- requests
- flask-jwt-extended>=4
- werkzeug<2
- werkzeug
- flask-cors
2 changes: 1 addition & 1 deletion etc/test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- defaults
dependencies:
- flask
- werkzeug<2
- werkzeug>=0.15
- python-dateutil
- flask-restx
- flask-cors
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

install_requires=[
'flask',
'werkzeug>=0.15,<2.0',
'werkzeug>=0.15',
'flask-restx',
'flask-cors',
'python-dateutil',
Expand Down

0 comments on commit d420f59

Please sign in to comment.