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"
|
2023-07-09 02:43:50 +00:00
|
|
|
version = "0.1"
|
2024-05-15 15:00:08 +00:00
|
|
|
dependencies = [
|
|
|
|
"pyinfra-acmetool @ git+https://github.com/deltachat/pyinfra-acmetool/",
|
|
|
|
]
|