-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (49 loc) · 893 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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --strip-extras
#
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via
# starlette
# watchfiles
click==8.1.7
# via uvicorn
fastapi==0.115.4
# via -r requirements.in
h11==0.14.0
# via uvicorn
httptools==0.6.4
# via uvicorn
idna==3.10
# via anyio
pydantic==2.9.2
# via
# -r requirements.in
# fastapi
pydantic-core==2.23.4
# via pydantic
python-dotenv==1.0.1
# via uvicorn
pyyaml==6.0.2
# via uvicorn
sniffio==1.3.1
# via anyio
starlette==0.41.2
# via fastapi
typing-extensions==4.12.2
# via
# fastapi
# pydantic
# pydantic-core
uvicorn==0.32.0
# via -r requirements.in
uvloop==0.21.0
# via uvicorn
watchfiles==0.24.0
# via uvicorn
websockets==13.1
# via uvicorn