8000 Added dependencies · clickonben/web-api-controllers@3e1174e · GitHub
[go: up one dir, main page]

S 10000 kip to content

Commit 3e1174e

Browse files
committed
Added dependencies
1 parent 511e926 commit 3e1174e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pyproject.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "webapicontrollers"
7-
version = "0.0.2"
7+
version = "0.0.3"
88
authors = [
99
{ name="Ben Robinson" },
1010
]
@@ -26,4 +26,19 @@ exclude = ["src/app.py"]
2626

2727
[tool.hatch.build.targets.sdist]
2828
# Exclude app.py from the source distribution
29-
exclude = ["src/app.py"]
29+
exclude = ["src/app.py"]
30+
31+
[dependencies]
32+
annotated-types = "0.6.0"
33+
anyio = "4.2.0"
34+
click = "8.1.7"
35+
colorama = "0.4.6"
36+
fastapi = "0.109.0"
37+
h11 = "0.14.0"
38+
idna = "3.6"
39+
pydantic = "2.5.3"
40+
pydantic_core = "2.14.6"
41+
sniffio = "1.3.0"
42+
starlette = "0.35.1"
43+
typing_extensions = "4.9.0"
44+
uvicorn = "0.27.0"

0 commit comments

Comments
 (0)
0