-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
36 lines (36 loc) · 1.37 KB
/
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
-i https://pypi.org/simple
--extra-index-url https://pypi.python.org/simple
annotated-types==0.6.0 ; python_version >= '3.8'
anyio==4.2.0 ; python_version >= '3.8'
bump2version==1.0.1
certifi==2023.11.17 ; python_version >= '3.6'
click==8.1.7 ; python_version >= '3.7'
deprecated==1.2.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
exceptiongroup==1.2.0 ; python_version < '3.11'
fastapi==0.108.0
greenlet==3.0.3 ; 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')))))
gunicorn==21.2.0
h11==0.14.0 ; python_version >= '3.7'
httpcore==1.0.2 ; python_version >= '3.8'
httptools==0.6.1
httpx==0.26.0
idna==3.6 ; python_version >= '3.5'
importlib-resources==6.1.1 ; python_version >= '3.8'
limits==3.7.0 ; python_version >= '3.7'
mariadb==1.1.9
packaging==23.2 ; python_version >= '3.7'
pydantic==2.5.3
pydantic-core==2.14.6 ; python_version >= '3.7'
pydantic-settings==2.1.0
python-dotenv==1.0.0
pyyaml==6.0.1
slowapi==0.1.8
sniffio==1.3.0 ; python_version >= '3.7'
sqlalchemy==2.0.24
starlette==0.32.0.post1 ; python_version >= '3.8'
typing-extensions==4.9.0 ; python_version >= '3.8'
uvicorn[standard]==0.25.0
uvloop==0.19.0
watchfiles==0.21.0
websockets==12.0
wrapt==1.16.0 ; python_version >= '3.6'