17 lines
309 B
TOML
17 lines
309 B
TOML
[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"
|