diff --git a/setup.py b/setup.py index e93218e3b..fbb1716f9 100644 --- a/setup.py +++ b/setup.py @@ -46,9 +46,12 @@ test_requirements = [ "codacy-coverage", "coverage", + "docker", "mccabe", + "pylint", + "pytest", + "pytest-watch", "mkcodes==0.1.1", - "pytest==6.2.5", "pytest-sugar==0.9.6", ]