feat(back): init poetry

This commit is contained in:
Bertrand Benjamin 2023-06-06 14:02:45 +02:00
parent 17d98ae277
commit b16c7d2636
1 changed files with 14 additions and 0 deletions

14
backend/pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[tool.poetry]
name = "sousmargot"
version = "0.1.0"
description = ""
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"