From d967440a6d6dcf4a6cc4c7d89f1528be5b638ffd Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 15 Sep 2021 17:49:06 +0200 Subject: [PATCH] Fix dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c6604e..0630b47 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,11 @@ #!/usr/bin/env python from distutils.core import setup -import setuptools REQUIREMENTS = [ "SQLAlchemy==0.8.3", "aiofiles==0.6.0", + "aiohttp==3.7.4", "click==7.1.2", "fastapi==0.62.0", "h11==0.11.0",