feat(back): init poetry
This commit is contained in:
parent
17d98ae277
commit
b16c7d2636
14
backend/pyproject.toml
Normal file
14
backend/pyproject.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user