blob: 45cac929c20adb575fc08126c5b12a1a683b07fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|