File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
install_requires = ["graphql-core>=3.2,<3.3" , "typing-extensions>=4,<5" ]
5
5
6
6
tests_requires = [
7
- "pytest>=5.4,<5.5 " ,
8
- "pytest-asyncio>=0.11.0 " ,
9
- "pytest-cov>=2.8,<3 " ,
10
- "aiohttp>=3.5.0 ,<4" ,
11
- "Jinja2>=2.10.1 ,<3" ,
7
+ "pytest>=6.2,<6.3 " ,
8
+ "pytest-asyncio>=0.17,<1 " ,
9
+ "pytest-cov>=3,<4 " ,
10
+ "aiohttp>=3.8 ,<4" ,
11
+ "Jinja2>=2.11 ,<3" ,
12
12
]
13
13
14
14
dev_requires = [
15
15
"flake8>=4,<5" ,
16
16
"isort>=5,<6" ,
17
17
"black>=19.10b0" ,
18
- "mypy>=0.761,<0.770 " ,
19
- "check-manifest>=0.40 ,<1" ,
18
+ "mypy>=0.931,<1 " ,
19
+ "check-manifest>=0.47 ,<1" ,
20
20
] + tests_requires
21
21
22
22
install_flask_requires = [
23
- "flask>=0.7.0<1 " ,
23
+ "flask>=1,<2 " ,
24
24
]
25
25
26
26
install_sanic_requires = [
27
- "sanic>=20.3.0,<21 " ,
27
+ "sanic>=21,<22 " ,
28
28
]
29
29
30
30
install_webob_requires = [
31
31
"webob>=1.8.7,<2" ,
32
32
]
33
33
34
34
install_aiohttp_requires = [
35
- "aiohttp>=3.5.0 ,<4" ,
35
+ "aiohttp>=3.8 ,<4" ,
36
36
]
37
37
38
38
install_quart_requires = ["quart>=0.6.15,<1" ]
You can’t perform that action at this time.
0 commit comments