Skip to content

Commit 53a6b65

Browse files
committed
📌 pin dependencies
1 parent e660a18 commit 53a6b65

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "fastapi-demo"
37
version = "1.0.0"
48
description = "A basic web api with hot sauce sample data 🌶️"
59
requires-python = ">=3.10"
610

7-
[build-system]
8-
requires = ["setuptools>=61.0"]
9-
build-backend = "setuptools.build_meta"
10-
1111
dependencies = [
1212
"fastapi",
1313
"pydantic"

requirements.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)