-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
65 lines (65 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
65 lines (65 loc) · 1.18 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.12.1
# via
# httpx
# starlette
# watchfiles
certifi==2026.2.25
# via
# httpcore
# httpx
click==8.3.1
# via uvicorn
fastapi==0.133.1
# via my-app (pyproject.toml)
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httptools==0.7.1
# via uvicorn
httpx==0.28.1
# via my-app (pyproject.toml)
idna==3.11
# via
# anyio
# httpx
pydantic==2.12.5
# via fastapi
pydantic-core==2.41.5
# via pydantic
python-dotenv==1.2.1
# via uvicorn
pyyaml==6.0.3
# via uvicorn
starlette==0.52.1
# via fastapi
typing-extensions==4.15.0
# via
# fastapi
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# pydantic
uvicorn[standard]==0.41.0
# via my-app (pyproject.toml)
uvloop==0.22.1
# via uvicorn
watchfiles==1.1.1
# via uvicorn
websockets==16.0
# via uvicorn