8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511e926 commit 3e1174eCopy full SHA for 3e1174e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "webapicontrollers"
7
-version = "0.0.2"
+version = "0.0.3"
8
authors = [
9
{ name="Ben Robinson" },
10
]
@@ -26,4 +26,19 @@ exclude = ["src/app.py"]
26
27
[tool.hatch.build.targets.sdist]
28
# Exclude app.py from the source distribution
29
-exclude = ["src/app.py"]
+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