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):
2727def read (f ):
2828 return open (os .path .join (os .path .dirname (__file__ ), f )).read ().strip ()
2929
30+
3031install_requires = ['aiohttp>=0.18' ]
3132tests_require = install_requires + ['pytest' ]
3233extras_require = {'session' : 'aiohttp-session' }
3334
35+
3436setup (name = 'aiohttp-security' ,
3537 version = version ,
3638 description = ("security for aiohttp.web" ),
@@ -40,8 +42,9 @@ def read(f):
4042 'Intended Audience :: Developers' ,
4143 'Programming Language :: Python' ,
4244 'Programming Language :: Python :: 3' ,
43- 'Programming Language :: Python :: 3.3' ,
4445 'Programming Language :: Python :: 3.4' ,
46+ 'Programming Language :: Python :: 3.5' ,
47+ 'Programming Language :: Python :: 3.6' ,
4548 'Topic :: Internet :: WWW/HTTP' ,
4649 'Framework :: AsyncIO' ,
4750 ],
You can’t perform that action at this time.
0 commit comments