diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-08-28 11:13:41 +0200 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-09-07 00:28:31 +0200 |
commit | 7b24fde85067502c62ea3709b50b1297691652c8 (patch) | |
tree | d02619758a11a4f0ed47b7ebdecf51a245bd837b /pyproject.toml | |
parent | python/knot_resolver: version arguments for manager and client (diff) | |
download | knot-resolver-7b24fde85067502c62ea3709b50b1297691652c8.tar.xz knot-resolver-7b24fde85067502c62ea3709b50b1297691652c8.zip |
python/knot_resolver: set __version__
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index fefe24ac..a5f301cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ debugpy = "^1.8.1" pytest = "^8.0.1" pytest-cov = "^4.1.0" pytest-asyncio = "^0.23.5" +toml = "^0.10.2" [tool.poetry.group.lint.dependencies] black = "^24.2.0" |