pyinfra-nginx/pyproject.toml

11 lines
231 B
TOML
Raw Normal View History

2023-05-26 20:35:50 +00:00
[build-system]
requires = ["setuptools>=45"]
build-backend = "setuptools.build_meta"
[project]
2024-05-15 15:00:08 +00:00
name = "pyinfra-nginx"
version = "0.1"
2024-05-15 15:00:08 +00:00
dependencies = [
"pyinfra-acmetool @ git+https://github.com/deltachat/pyinfra-acmetool/",
]