Use request.config_dict for accessing to policies

This commit is contained in:
Andrew Svetlov
2018-09-27 10:30:18 +03:00
parent bdb64ed010
commit fdf8a39607
4 changed files with 18 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
install_requires = ['aiohttp>=3.0.0']
install_requires = ['aiohttp>=3.2.0']
tests_require = install_requires + ['pytest']
extras_require = {'session': 'aiohttp-session'}
@@ -43,6 +43,7 @@ setup(name='aiohttp-security',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Framework :: AsyncIO',
],