pyproject

This commit is contained in:
Marce Coll
2021-11-27 12:22:48 +01:00
parent 4c57f0d42c
commit 6fcf3eb1e7
6 changed files with 215 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "absencia-de-presencia"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
Flask = "^2.0.2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"