-
Notifications
You must be signed in to change notification settings - Fork 200
/
Copy pathrequirements.txt
42 lines (42 loc) · 940 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
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.piptools --output-file requirements.txt
aiofiles==24.1.0
# via -r requirements.piptools
annotated-types==0.7.0
# via pydantic
anyio==4.9.0
# via starlette
chameleon==4.6.0
# via fastapi-chameleon
click==8.1.8
# via uvicorn
fastapi==0.115.12
# via
# -r requirements.piptools
# fastapi-chameleon
fastapi-chameleon==0.1.17
# via -r requirements.piptools
h11==0.14.0
# via uvicorn
idna==3.10
# via anyio
pydantic==2.11.2
# via fastapi
pydantic-core==2.33.1
# via pydantic
sniffio==1.3.1
# via anyio
starlette==0.46.1
# via
# -r requirements.piptools
# fastapi
typing-extensions==4.13.1
# via
# fastapi
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uvicorn==0.34.0
# via -r requirements.piptools