Skip to content

Commit

Permalink
🔧 Added development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdebruijn committed Jan 16, 2025
1 parent 59f77b1 commit a88f3a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Discussions = "https://github.com/retigra/ZabbixCI/discussions"
[project.scripts]
zabbixci = "zabbixci.cli:parse_cli"

[project.optional-dependencies]
dev = ["black", "isort", "flake8"]

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

0 comments on commit a88f3a6

Please sign in to comment.