diff --git a/pyproject.toml b/pyproject.toml index 502ad3e..5953fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,11 @@ authors = ["Artem Bityutskiy "] [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"