Feat: run poetry new .

This commit is contained in:
Bertrand Benjamin 2022-12-20 06:01:21 +01:00
parent a7aeb12844
commit 6a44ca033f
3 changed files with 14 additions and 0 deletions

0
backend/__init__.py Normal file
View File

14
pyproject.toml Normal file
View File

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

0
tests/__init__.py Normal file
View File