-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
109 lines (109 loc) · 2.08 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# This file was autogenerated by uv via the following command:
# uv pip compile ../../pyproject.toml -o requirements.txt
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
# via
# httpx
# starlette
# watchfiles
certifi==2024.8.30
# via
# httpcore
# httpx
click==8.1.7
# via
# typer
# uvicorn
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.115.5
# via fastapi-hands-on (../../pyproject.toml)
fastapi-cli==0.0.5
# via fastapi
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.0
# via fastapi
idna==3.10
# via
# anyio
# email-validator
# httpx
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pydantic==2.10.2
# via
# fastapi-hands-on (../../pyproject.toml)
# fastapi
# pydantic-settings
# sqlmodel
pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via fastapi-hands-on (../../pyproject.toml)
pygments==2.18.0
# via rich
pytest==8.3.4
# via fastapi-hands-on (../../pyproject.toml)
python-dotenv==1.0.1
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.19
# via fastapi
pyyaml==6.0.2
# via uvicorn
rich==13.9.4
# via typer
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.36
# via
# fastapi-hands-on (../../pyproject.toml)
# sqlmodel
sqlmodel==0.0.22
# via fastapi-hands-on (../../pyproject.toml)
starlette==0.41.3
# via fastapi
typer==0.14.0
# via fastapi-cli
typing-extensions==4.12.2
# via
# fastapi
# pydantic
# pydantic-core
# sqlalchemy
# typer
uvicorn==0.32.1
# via
# fastapi
# fastapi-cli
uvloop==0.21.0
# via uvicorn
watchfiles==1.0.0
# via uvicorn
websockets==14.1
# via uvicorn