-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
116 lines (116 loc) · 2.14 KB
/
Copy pathrequirements.txt
File metadata and controls
116 lines (116 loc) · 2.14 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
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
110
111
112
113
114
115
116
# 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.9.0
# via
# httpx
# starlette
# watchfiles
certifi==2025.1.31
# via
# httpcore
# httpx
cffi==1.17.1
# via cryptography
click==8.1.8
# via
# rich-toolkit
# typer
# uvicorn
cryptography==44.0.2
# via example (pyproject.toml)
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
# via fastapi
fastapi==0.115.12
# via example (pyproject.toml)
fastapi-cli==0.0.7
# via fastapi
greenlet==3.1.1
# via sqlalchemy
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.7
# via httpx
httptools==0.6.4
# via uvicorn
httpx==0.28.1
# via fastapi
idna==3.10
# via
# anyio
# email-validator
# httpx
jinja2==3.1.6
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
pycparser==2.22
# via cffi
pydantic==2.11.1
# via
# fastapi
# pydantic-settings
pydantic-core==2.33.0
# via pydantic
pydantic-settings==2.8.1
# via example (pyproject.toml)
pygments==2.19.1
# via rich
pymysql==1.1.1
# via example (pyproject.toml)
python-dotenv==1.1.0
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.20
# via fastapi
pyyaml==6.0.2
# via uvicorn
rich==14.0.0
# via
# rich-toolkit
# typer
rich-toolkit==0.14.1
# via fastapi-cli
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.40
# via example (pyproject.toml)
starlette==0.46.1
# via fastapi
typer==0.15.2
# via fastapi-cli
typing-extensions==4.13.0
# via
# anyio
# fastapi
# pydantic
# pydantic-core
# rich-toolkit
# sqlalchemy
# typer
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uvicorn==0.34.0
# via
# example (pyproject.toml)
# fastapi
# fastapi-cli
uvloop==0.21.0
# via uvicorn
watchfiles==1.0.4
# via uvicorn
websockets==15.0.1
# via uvicorn