File tree Expand file tree Collapse file tree 2 files changed +69
-5
lines changed
Expand file tree Collapse file tree 2 files changed +69
-5
lines changed Original file line number Diff line number Diff line change 1+ sqlalchemy>=2.0.0
2+ fastapi>=0.104.0
3+ uvicorn[standard]>=0.24.0
4+ pydantic>=2.0.0
5+ pydantic-settings>=2.0.0
Original file line number Diff line number Diff line change 1- sqlalchemy >= 2.0.0
2- fastapi >= 0.104.0
3- uvicorn [standard ]>= 0.24.0
4- pydantic >= 2.0.0
5- pydantic-settings >= 2.0.0
1+ #
2+ # This file is autogenerated by pip-compile with Python 3.13
3+ # by the following command:
4+ #
5+ # pip-compile requirements.in
6+ #
7+ annotated-types == 0.7.0
8+ # via pydantic
9+ anyio == 4.9.0
10+ # via
11+ # starlette
12+ # watchfiles
13+ click == 8.2.1
14+ # via uvicorn
15+ fastapi == 0.116.1
16+ # via -r requirements.in
17+ greenlet == 3.2.3
18+ # via sqlalchemy
19+ h11 == 0.16.0
20+ # via uvicorn
21+ httptools == 0.6.4
22+ # via uvicorn
23+ idna == 3.10
24+ # via anyio
25+ pydantic == 2.11.7
26+ # via
27+ # -r requirements.in
28+ # fastapi
29+ # pydantic-settings
30+ pydantic-core == 2.33.2
31+ # via pydantic
32+ pydantic-settings == 2.10.1
33+ # via -r requirements.in
34+ python-dotenv == 1.1.1
35+ # via
36+ # pydantic-settings
37+ # uvicorn
38+ pyyaml == 6.0.2
39+ # via uvicorn
40+ sniffio == 1.3.1
41+ # via anyio
42+ sqlalchemy == 2.0.41
43+ # via -r requirements.in
44+ starlette == 0.47.2
45+ # via fastapi
46+ typing-extensions == 4.14.1
47+ # via
48+ # fastapi
49+ # pydantic
50+ # pydantic-core
51+ # sqlalchemy
52+ # typing-inspection
53+ typing-inspection == 0.4.1
54+ # via
55+ # pydantic
56+ # pydantic-settings
57+ uvicorn [standard ]== 0.35.0
58+ # via -r requirements.in
59+ uvloop == 0.21.0
60+ # via uvicorn
61+ watchfiles == 1.1.0
62+ # via uvicorn
63+ websockets == 15.0.1
64+ # via uvicorn
You can’t perform that action at this time.
0 commit comments