Fix dependencies
This commit is contained in:
parent
ef9842e4d2
commit
d967440a6d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,11 +1,11 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import setuptools
|
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
"SQLAlchemy==0.8.3",
|
"SQLAlchemy==0.8.3",
|
||||||
"aiofiles==0.6.0",
|
"aiofiles==0.6.0",
|
||||||
|
"aiohttp==3.7.4",
|
||||||
"click==7.1.2",
|
"click==7.1.2",
|
||||||
"fastapi==0.62.0",
|
"fastapi==0.62.0",
|
||||||
"h11==0.11.0",
|
"h11==0.11.0",
|
||||||
|
|
Loading…
Reference in a new issue