aboutsummaryrefslogtreecommitdiffstats
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
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"