pyinfra-nginx/pyproject.toml
2024-05-15 17:00:08 +02:00

11 lines
231 B
TOML

[build-system]
requires = ["setuptools>=45"]
build-backend = "setuptools.build_meta"
[project]
name = "pyinfra-nginx"
version = "0.1"
dependencies = [
"pyinfra-acmetool @ git+https://github.com/deltachat/pyinfra-acmetool/",
]