From 3410a0a5e0cb6ee21d51b73f49ea649569cdd241 Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Mon, 7 Sep 2020 08:45:26 +0200 Subject: [PATCH] use python-dev-tools as dev dependency --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14cbb0b..249b44e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,10 +26,7 @@ requests = "^2.20.0" simplelogging = ">=0.10,<0.12" [tool.poetry.dev-dependencies] -pytest = "^6.0.0" -pytest-cov = "^2.10.1" -tox = "^3.19.0" -tox-travis = "^0.12" +python-dev-tools = {version = ">=2020.9.4", python = ">=3.7,<4.0"} [tool.poetry.scripts] padpo = "padpo.padpo:main"