File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 34
34
)
35
35
36
36
37
- APP_CONFIG_KEY = "aiohttp_cors"
37
+ APP_CONFIG_KEY : web . AppKey [ CorsConfig ] = web . AppKey ( "aiohttp_cors" , CorsConfig )
38
38
39
39
40
40
def setup (app : web .Application , * ,
Original file line number Diff line number Diff line change @@ -65,18 +65,14 @@ def read_file(filename):
65
65
],
66
66
test_suite = "tests" ,
67
67
install_requires = [
68
- "aiohttp>=1.1" ,
69
- "typing;python_version<'3.5'" ,
68
+ "aiohttp>=3.9" ,
70
69
],
71
70
license = about ["__license__" ],
72
71
classifiers = [
73
72
"License :: OSI Approved :: Apache Software License" ,
74
73
"Intended Audience :: Developers" ,
75
74
"Programming Language :: Python" ,
76
75
"Programming Language :: Python :: 3" ,
77
- "Programming Language :: Python :: 3.4" ,
78
- "Programming Language :: Python :: 3.5" ,
79
- "Programming Language :: Python :: 3.6" ,
80
76
"Topic :: Software Development :: Libraries" ,
81
77
"Topic :: Internet :: WWW/HTTP" ,
82
78
"Framework :: AsyncIO" ,
You can’t perform that action at this time.
0 commit comments