aboutsummaryrefslogtreecommitdiffstats
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorRogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com>2024-10-27 05:58:46 +0000
committerRogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com>2024-10-27 05:58:46 +0000
commit6e45ba9e67f9318d7771badf0ce4e89a8659e45d (patch)
tree4d8562728fa8ed8149da927cd2d908484f115bb9 /backend/pyproject.toml
parent3cd83e084e4ab1fa06f74b83f2a2060e14dd9b10 (diff)
Add cool function
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
new file mode 100644
index 0000000..45cac92
--- /dev/null
+++ b/backend/pyproject.toml
@@ -0,0 +1,15 @@
+[tool.poetry]
+name = "backend"
+version = "0.1.0"
+description = ""
+authors = ["RogerGabeller-ml <78610776+RogerGabeller-ml@users.noreply.github.com>"]
+readme = "README.md"
+
+[tool.poetry.dependencies]
+python = "^3.10"
+fastapi = {extras = ["standard"], version = "^0.115.3"}
+
+
+[build-system]
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"