-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (50 loc) · 3.52 KB
/
Copy pathrequirements.txt
File metadata and controls
50 lines (50 loc) · 3.52 KB
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
50
alembic==1.4.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
asyncpg==0.20.1; python_full_version >= "3.5.0"
bcrypt==3.1.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
bleach==3.1.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
certifi==2020.4.5.1
cffi==1.14.0; sys_platform == "linux"
chardet==3.0.4
click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
cryptography==2.9.2; python_version >= "2.7" and python_full_version < "3.0.0" and sys_platform == "linux" or python_full_version >= "3.5.0" and sys_platform == "linux"
databases==0.3.2; python_version >= "3.6"
dnspython==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
docutils==0.16; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
email-validator==1.1.1
fastapi==0.59.0; python_version >= "3.6"
gino-starlette==0.1.1; python_version >= "3.6" and python_version < "4.0"
gino==1.0.0; python_version >= "3.5" and python_version < "4.0"
h11==0.9.0
httptools==0.1.1; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy"
idna==2.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
jeepney==0.4.3; python_version >= "3.5" and sys_platform == "linux"
keyring==21.2.1; python_version >= "3.6"
mako==1.1.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
markupsafe==1.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
packaging==20.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
passlib==1.7.2
pkginfo==1.5.0.1
psycopg2-binary==2.8.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pycparser==2.20; python_version >= "2.7" and python_full_version < "3.0.0" and sys_platform == "linux" or python_full_version >= "3.4.0" and sys_platform == "linux"
pydantic==1.6.1; python_version >= "3.6"
pygments==2.6.1; python_version >= "3.5"
pyjwt==1.7.1
pyparsing==2.4.7; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
python-dateutil==2.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
python-dotenv==0.14.0
python-editor==1.0.4
pywin32-ctypes==0.2.0; sys_platform == "win32"
readme-renderer==26.0
requests-toolbelt==0.9.1
requests==2.23.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
secretstorage==3.1.2; python_version >= "3.5" and sys_platform == "linux"
six==1.14.0; python_version >= "2.7" and python_full_version < "3.0.0" and sys_platform == "linux" or python_full_version >= "3.3.0" and sys_platform == "linux"
sqlalchemy==1.3.20; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
starlette==0.13.4; python_version >= "3.6"
tqdm==4.45.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.2.0"
twine==3.1.1; python_version >= "3.6"
urllib3==1.25.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
uvicorn==0.11.5
uvloop==0.14.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy"
webencodings==0.5.1
websockets==8.1; python_full_version >= "3.6.1"