update(deps): update deps versions

This commit is contained in:
Romain J 2021-05-13 16:45:04 +02:00
parent f00ff8d345
commit 4678be191d
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ platforms = linux
[options] [options]
packages = find_namespace: packages = find_namespace:
python_requires = >=3.9 python_requires = >=3.10
install_requires = install_requires =
aiocache>=0.11.1 aiocache>=0.11.1
asyncpg>=0.21.0 asyncpg>=0.21.0

View file

@ -1,5 +1,5 @@
from setuptools import setup from setuptools import setup
setup( setup(
python_requires=">=3.9", python_requires=">=3.10",
) )