19 lines
426 B
TOML
19 lines
426 B
TOML
[project]
|
|
name = "pdns-dnssec"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"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"
|