Skip to content

Commit

Permalink
pyproject.toml: Move nose from dependencies to dev-dependencies
Browse files Browse the repository at this point in the history
This is only needed when running the build-time tests, and is not needed
for ordinary use of the tool.

Signed-off-by: Simon McVittie <smcv@debian.org>
  • Loading branch information
smcv authored and dedekind committed Oct 11, 2023
1 parent a8d68a4 commit 8fd1364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ authors = ["Artem Bityutskiy <dedekind1@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
six = "^1.16.0"
nose = "^1.3.7"
gpg = "^1.10.0"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
nose = "^1.3.7"

[tool.poetry.scripts]
bmaptool = "bmaptools.CLI:main"
Expand Down

0 comments on commit 8fd1364

Please # to comment.