diff --git a/pyproject.toml b/pyproject.toml index 0967ca4..94856fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,6 @@ requests = "^2.28.1" dnspython = "^2.2.1" termcolor = "^1.1.0" -[tool.poetry.dev-dependencies] -pytest = "^5.2" - [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"