Erste Versuche

This commit is contained in:
Stefan Bethke 2022-07-20 22:27:40 +02:00
commit b7586bed26
8 changed files with 253 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "foobazdmx"
version = "0.1.0"
description = ""
authors = ["Stefan Bethke <stb@lassitu.de>"]
[tool.poetry.dependencies]
python = "^3.10"
bottle = "^0.12.21"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"