From 2afd3af540550a0f894aacc66c3b539f8d6dc674 Mon Sep 17 00:00:00 2001 From: Romain J Date: Thu, 22 Apr 2021 18:13:20 +0200 Subject: [PATCH] fix(core): fix dependencies --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 90b394e..7721746 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ platforms = linux packages = find_namespace: python_requires = >=3.9 install_requires = - asyncstdlib>=3.9.1 + aiocache>=0.11.1 asyncpg>=0.21.0 Babel>=2.8.0 discord.py @ git+https://github.com/Rapptz/discord.py