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 44install_requires = ["graphql-core>=3.2,<3.3" , "typing-extensions>=4,<5" ]
55
66tests_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" ,
1212]
1313
1414dev_requires = [
1515 "flake8>=4,<5" ,
1616 "isort>=5,<6" ,
1717 "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" ,
2020] + tests_requires
2121
2222install_flask_requires = [
23- "flask>=0.7.0<1 " ,
23+ "flask>=1,<2 " ,
2424]
2525
2626install_sanic_requires = [
27- "sanic>=20.3.0,<21 " ,
27+ "sanic>=21,<22 " ,
2828]
2929
3030install_webob_requires = [
3131 "webob>=1.8.7,<2" ,
3232]
3333
3434install_aiohttp_requires = [
35- "aiohttp>=3.5.0 ,<4" ,
35+ "aiohttp>=3.8 ,<4" ,
3636]
3737
3838install_quart_requires = ["quart>=0.6.15,<1" ]
You can’t perform that action at this time.
0 commit comments