diff --git a/requirements-dev.txt b/requirements-dev.txt index c3b3693bb..ef6874f94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,11 +2,10 @@ -r requirements-tests.txt black==22.1.0 -regex==2019.11.1 flake8==3.7.8 # https://github.com/pallets/click/issues/2232 click<8.1.0 -inflection==0.3.1 +inflection lxml packaging prompt_toolkit diff --git a/setup.cfg b/setup.cfg index a17a6e279..eff692a54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal=1 - [tool:pytest] markers = network: marks tests which require network connection