diff --git a/requirements.txt b/requirements.txt index 7f7dc1ac..6f393257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp>=3.5.4,<4.0.0 -Babel>=2.6.0 -certifi>=2019.3.9 +aiohttp>=3.7.2,<4.0.0 +Babel>=2.8.0 +certifi>=2020.6.20 diff --git a/setup.py b/setup.py index b21b4e57..bd82cf7d 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( license='MIT', author='Alex Root Junior', requires_python='>=3.7', - author_email='jroot.junior@gmail.com', + author_email='im@aiogram.dev', description='Is a pretty simple and fully asynchronous framework for Telegram Bot API', long_description=get_description(), classifiers=[ @@ -57,12 +57,13 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Application Frameworks', ], install_requires=[ - 'aiohttp>=3.5.4,<4.0.0', - 'Babel>=2.6.0', - 'certifi>=2019.3.9', + 'aiohttp>=3.7.2,<4.0.0', + 'Babel>=2.8.0', + 'certifi>=2020.6.20', ], extras_require={ 'proxy': [