Files
pdns_dnssec/pyproject.toml
2025-12-16 11:54:22 +01:00

20 lines
450 B
TOML

[project]
name = "pdns-dnssec"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"dnspython>=2.8.0",
"flask>=3.1.0",
"powerdns-client>=1.0.4",
"pytest>=8.3.5",
"python-decouple>=3.8",
"requests>=2.32.3",
"tornado>=6.4.2",
]
# FIXME: there has to be a better way than this
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"