Fix dependencies

This commit is contained in:
Blallo 2021-09-15 17:49:06 +02:00
parent ef9842e4d2
commit d967440a6d
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -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",