Skip to content

Commit

Permalink
update pallets projects minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed May 11, 2021
1 parent f8f0caf commit 3a5532b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
setup(
name="Flask",
install_requires=[
"Werkzeug>=2.0.0rc4",
"Jinja2>=3.0.0rc1",
"itsdangerous>=2.0.0rc2",
"Werkzeug>=2.0",
"Jinja2>=3.0",
"itsdangerous>=2.0",
"click>=7.1.2",
],
extras_require={
Expand Down
11 changes: 1 addition & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ skip_missing_interpreters = true
deps =
-r requirements/tests.txt

https://github.com/pallets/werkzeug/archive/master.tar.gz
https://github.com/pallets/markupsafe/archive/master.tar.gz
https://github.com/pallets/jinja/archive/master.tar.gz
https://github.com/pallets/itsdangerous/archive/master.tar.gz

!click7: https://github.com/pallets/click/archive/master.tar.gz
click7: click<8

examples/tutorial[test]
Expand All @@ -33,8 +27,5 @@ deps = -r requirements/typing.txt
commands = mypy

[testenv:docs]
deps =
-r requirements/docs.txt

https://github.com/pallets/werkzeug/archive/master.tar.gz
deps = -r requirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html

0 comments on commit 3a5532b

Please sign in to comment.