-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
49 lines (49 loc) · 1015 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
aiofiles==0.5.0
aniso8601==7.0.0
async-exit-stack==1.0.1
async-generator==1.10
bcrypt==3.2.0
certifi==2020.12.5
cffi==1.14.4
chardet==4.0.0
click==7.1.2
colorama==0.4.4
cryptography==3.3.1
dependency-injector==4.19.0
dnspython==2.1.0
ecdsa==0.14.1
email-validator==1.1.2
fastapi==0.63.0
graphene==2.1.8
graphql-core==2.3.2
graphql-relay==2.0.1
h11==0.12.0
httptools==0.1.1; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy"
idna==2.10
itsdangerous==1.1.0
jinja2==2.11.3
markupsafe==1.1.1
orjson==3.4.8
passlib==1.7.4
promise==2.3
psycopg2-binary==2.8.6
pyasn1==0.4.8
pycparser==2.20
pydantic==1.7.3
pymysql==1.0.2
python-dotenv==0.15.0
python-jose==3.2.0
python-multipart==0.0.5
pyyaml==5.4.1
requests==2.25.1
rsa==4.7
rx==1.6.1
six==1.15.0
sqlalchemy==1.3.23
starlette==0.13.6
ujson==3.2.0
urllib3==1.26.3
uvicorn==0.13.3
uvloop==0.14.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy"
watchgod==0.6
websockets==8.1