Skip to content

Commit 8fd1364

Browse files
smcvdedekind
authored andcommitted
pyproject.toml: Move nose from dependencies to dev-dependencies
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>
1 parent a8d68a4 commit 8fd1364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ authors = ["Artem Bityutskiy <dedekind1@gmail.com>"]
88
[tool.poetry.dependencies]
99
python = "^3.8"
1010
six = "^1.16.0"
11-
nose = "^1.3.7"
1211
gpg = "^1.10.0"
1312

1413
[tool.poetry.dev-dependencies]
1514
black = "^22.3.0"
15+
nose = "^1.3.7"
1616

1717
[tool.poetry.scripts]
1818
bmaptool = "bmaptools.CLI:main"

0 commit comments

Comments
 (0)