File tree Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Expand file tree Collapse file tree 2 files changed +35
-4
lines changed Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=61.0" ]
3
+ build-backend = " setuptools.build_meta"
4
+
1
5
[project ]
2
6
name = " fastapi-demo"
3
7
version = " 1.0.0"
4
8
description = " A basic web api with hot sauce sample data 🌶️"
5
9
requires-python = " >=3.10"
6
10
7
- [build-system ]
8
- requires = [" setuptools>=61.0" ]
9
- build-backend = " setuptools.build_meta"
10
-
11
11
dependencies = [
12
12
" fastapi" ,
13
13
" pydantic"
Original file line number Diff line number Diff line change
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile --output-file=requirements.txt pyproject.toml
6
+ #
7
+ annotated-types == 0.6.0
8
+ # via pydantic
9
+ anyio == 3.7.1
10
+ # via
11
+ # fastapi
12
+ # starlette
13
+ fastapi == 0.105.0
14
+ # via fastapi-demo (pyproject.toml)
15
+ idna == 3.6
16
+ # via anyio
17
+ pydantic == 2.5.2
18
+ # via
19
+ # fastapi
20
+ # fastapi-demo (pyproject.toml)
21
+ pydantic-core == 2.14.5
22
+ # via pydantic
23
+ sniffio == 1.3.0
24
+ # via anyio
25
+ starlette == 0.27.0
26
+ # via fastapi
27
+ typing-extensions == 4.9.0
28
+ # via
29
+ # fastapi
30
+ # pydantic
31
+ # pydantic-core
You can’t perform that action at this time.
0 commit comments