-
Notifications
You must be signed in to change notification settings - Fork 200
/
Copy pathrequirements.txt
63 lines (63 loc) · 1.43 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
# 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
aiosqlite==0.21.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
greenlet==3.1.1
# via -r requirements.piptools
h11==0.14.0
# via uvicorn
idna==3.10
# via anyio
passlib==1.7.4
# via -r requirements.piptools
progressbar2==4.5.0
# via -r requirements.piptools
pydantic==2.11.2
# via fastapi
pydantic-core==2.33.1
# via pydantic
python-dateutil==2.9.0.post0
# via -r requirements.piptools
python-multipart==0.0.20
# via -r requirements.piptools
python-utils==3.9.1
# via progressbar2
six==1.17.0
# via python-dateutil
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.40
# via -r requirements.piptools
starlette==0.46.1
# via
# -r requirements.piptools
# fastapi
typing-extensions==4.13.1
# via
# aiosqlite
# fastapi
# pydantic
# pydantic-core
# python-utils
# sqlalchemy
# typing-inspection
typing-inspection==0.4.0
# via pydantic
uvicorn==0.34.0
# via -r requirements.piptools