Skip to content

Commit

Permalink
🔧 Added dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdebruijn committed Jan 16, 2025
1 parent a88f3a6 commit f0baa2e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ maintainers = [
{ name = "Raymond Kuiper", email = "raymond.kuiper@retigra.nl" },
]

dependencies = ["zabbix-utils", "ruamel.yaml", "regex", "pygit2", "aiohttp"]
dependencies = [
"aiohttp>=3.11.11",
"pygit2>=1.17.0",
"regex>=2024.11.6",
"ruamel-base>=1.0.0",
"zabbix_utils>=2.0.2",
]
license = { file = "LICENSE.txt" }

[project.urls]
Expand All @@ -44,7 +50,7 @@ Discussions = "https://github.com/retigra/ZabbixCI/discussions"
zabbixci = "zabbixci.cli:parse_cli"

[project.optional-dependencies]
dev = ["black", "isort", "flake8"]
dev = ["black>=24.10.0", "isort>=5.13.2", "flake8>=7.1.1"]

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
Expand Down

0 comments on commit f0baa2e

Please sign in to comment.