-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
51 lines (51 loc) · 933 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
50
51
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=deps.txt deps.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via
# starlette
# watchfiles
click==8.1.7
# via uvicorn
fastapi==0.112.0
# via -r deps.in
h11==0.14.0
# via uvicorn
httptools==0.6.1
# via uvicorn
idna==3.7
# via anyio
pydantic==2.8.2
# via
# -r deps.in
# fastapi
pydantic-core==2.20.1
# via pydantic
python-dotenv==1.0.1
# via uvicorn
python-multipart==0.0.9
# via -r deps.in
pyyaml==6.0.1
# via uvicorn
sniffio==1.3.1
# via anyio
starlette==0.37.2
# via fastapi
typing-extensions==4.12.2
# via
# fastapi
# pydantic
# pydantic-core
uvicorn[standard]==0.30.5
# via -r deps.in
uvloop==0.19.0
# via uvicorn
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn