File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ def run(self):
27
27
def read (f ):
28
28
return open (os .path .join (os .path .dirname (__file__ ), f )).read ().strip ()
29
29
30
+
30
31
install_requires = ['aiohttp>=0.18' ]
31
32
tests_require = install_requires + ['pytest' ]
32
33
extras_require = {'session' : 'aiohttp-session' }
33
34
35
+
34
36
setup (name = 'aiohttp-security' ,
35
37
version = version ,
36
38
description = ("security for aiohttp.web" ),
@@ -40,8 +42,9 @@ def read(f):
40
42
'Intended Audience :: Developers' ,
41
43
'Programming Language :: Python' ,
42
44
'Programming Language :: Python :: 3' ,
43
- 'Programming Language :: Python :: 3.3' ,
44
45
'Programming Language :: Python :: 3.4' ,
46
+ 'Programming Language :: Python :: 3.5' ,
47
+ 'Programming Language :: Python :: 3.6' ,
45
48
'Topic :: Internet :: WWW/HTTP' ,
46
49
'Framework :: AsyncIO' ,
47
50
],
You can’t perform that action at this time.
0 commit comments