diff --git a/requirements-dev.txt b/requirements-dev.txt index 24b2b39..288ffd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,9 @@ +black click -requests -pytest -pytest-cov codecov flake8 mypy -black +setuptools>=46.4.0 +pytest +pytest-cov +requests diff --git a/setup.cfg b/setup.cfg index acf9512..a4279c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,7 @@ dev = mypy pytest pytest-cov + setuptools>=46.4.0 [options.entry_points]