Add missing docker builders

This commit is contained in:
Guilhem Lavaux 2024-12-08 08:33:39 +01:00
parent a802ecce7a
commit 4032ad5882
11 changed files with 645 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[tool.poetry]
name = "webhook"
version = "0.1.0"
description = ""
authors = ["Guilhem Lavaux <guilhem.lavaux@iap.fr>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
flask = "^3.1.0"
gunicorn = "^23.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"