From 5efa5b66bf61d71698c095ab88fe5b45c8df1fbe Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sat, 23 Apr 2022 20:34:10 +0000 Subject: [PATCH] Admin - remove old dependencies/config (#5054) --- requirements-dev.txt | 3 +-- setup.cfg | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) 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