File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 4
4
setup (
5
5
name = "Flask" ,
6
6
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" ,
10
10
"click>=7.1.2" ,
11
11
],
12
12
extras_require = {
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ skip_missing_interpreters = true
11
11
deps =
12
12
-r requirements/tests.txt
13
13
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
20
14
click7: click<8
21
15
22
16
examples/tutorial[test]
@@ -33,8 +27,5 @@ deps = -r requirements/typing.txt
33
27
commands = mypy
34
28
35
29
[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
40
31
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
You can’t perform that action at this time.
0 commit comments