generated from alexk1919/fastapi-motor-mongo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
19 lines (19 loc) · 1.58 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
anyio==3.6.2 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
click==8.1.3 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0" and platform_system == "Windows"
dnspython==2.3.0 ; python_full_version >= "3.11.2" and python_version < "4.0"
fastapi==0.92.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
gunicorn==20.1.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
h11==0.14.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
motor==3.1.1 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
psutil==5.9.4 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
pydantic==1.10.5 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
pymongo==4.3.3 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
python-dotenv==1.0.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
pyyaml==6.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
setuptools==67.5.1 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
sniffio==1.3.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
starlette==0.25.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
typing-extensions==4.5.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"
uvicorn==0.20.0 ; python_full_version >= "3.11.2" and python_full_version < "4.0.0"