-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (46 loc) · 4.05 KB
/
requirements.txt
File metadata and controls
46 lines (46 loc) · 4.05 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
anyio==3.6.1
asgi-correlation-id==3.0.1; python_version >= "3.7" and python_version < "4.0"
asgiref==3.5.2; python_full_version >= "3.6.1" and python_version >= "3.7"
asyncpg==0.26.0; python_full_version >= "3.6.0"
certifi==2022.9.24; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.1"
cffi==1.15.1; python_version >= "3.6"
charset-normalizer==2.1.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.1"
click==8.1.3; python_full_version >= "3.6.1" and python_version >= "3.7"
colorama==0.4.5
cryptography==38.0.1; python_version >= "3.6"
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.6.1"
email-validator==1.3.0; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
fastapi-pagination==0.9.3; python_version >= "3.7" and python_version < "4.0"
fastapi==0.78.0; python_full_version >= "3.6.1"
greenlet==1.1.3; python_version >= "3" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") or python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and python_full_version >= "3.5.0"
h11==0.14.0; python_full_version >= "3.6.1" and python_version >= "3.7"
httptools==0.5.0
idna==3.4
itsdangerous==2.1.2; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
jinja2==3.1.2; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
markupsafe==2.1.1; python_full_version >= "3.6.1" and python_version >= "3.7"
mypy-extensions==0.4.3; python_version >= "3.6" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0")
mypy==0.960; python_version >= "3.6"
orjson==3.8.0; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
psycopg2-binary==2.9.3; python_version >= "3.6"
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
pydantic==1.10.2; python_version >= "3.7"
python-dotenv==0.20.0; python_version >= "3.5"
python-multipart==0.0.5; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
pytz==2022.2.1
pyyaml==6.0
requests==2.28.1; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.1"
six==1.16.0; python_full_version >= "3.6.1"
sniffio==1.3.0
sqlalchemy-mixins==1.5.3
sqlalchemy2-stubs==0.0.2a27; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
sqlalchemy==1.4.41; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
starlette==0.19.1; python_version >= "3.7" and python_full_version >= "3.6.1" and python_version < "4.0"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0")
typing-extensions==4.3.0; python_version >= "3.7" and python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and python_version < "3.10"
ujson==5.5.0; python_full_version >= "3.6.1" and python_version >= "3.7" and python_version < "4.0"
urllib3==1.26.12; python_full_version >= "3.6.1" and python_version < "4" and python_version >= "3.7"
uvicorn==0.17.6; python_version >= "3.7"
uvloop==0.17.0
watchgod==0.8.2
websockets==10.3