8000 update pallets projects minimum versions · pallets/flask@3a5532b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a5532b

Browse files
committed
update pallets projects minimum versions
1 parent f8f0caf commit 3a5532b

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
setup(
55
name="Flask",
66
install_requires=[
7-
"Werkzeug>=2.0.0rc4",
8-
"Jinja2>=3.0.0rc1",
9-
"itsdangerous>=2.0.0rc2",
7+
"Werkzeug>=2.0",
8+
"Jinja2>=3.0",
9+
"itsdangerous>=2.0",
1010
"click>=7.1.2",
1111
],
1212
extras_require={

tox.ini

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ skip_missing_interpreters = true
1111
deps =
1212
-r requirements/tests.txt
1313

14-
https://github.com/pallets/werkzeug/archive/master.tar.gz
15-
https://github.com/pallets/markupsafe/archive/master.tar.gz
16-
https://github.com/pallets/jinja/archive/master.tar.gz
17-
https://github.com/pallets/itsdangerous/archive/master.tar.gz
18-
19-
!click7: https://github.com/pallets/click/archive/master.tar.gz
2014
click7: click<8
2115

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

3529
[testenv:docs]
36-
deps =
37-
-r requirements/docs.txt
38-
39-
https://github.com/pallets/werkzeug/archive/master.tar.gz
30+
deps = -r requirements/docs.txt
4031
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html

0 commit comments

Comments
 (0)
0