From 25bca3c6257b18db9f85906525fd1befcc84686e Mon Sep 17 00:00:00 2001 From: Sam Arbid Date: Wed, 7 Feb 2024 16:43:12 +0100 Subject: [PATCH] Remove unused dependencies from requirements.txt and setup.cfg --- requirements.txt | 23 ----------------------- setup.cfg | 2 -- 2 files changed, 25 deletions(-) delete mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7801132..0000000 --- a/requirements.txt +++ /dev/null @@ -1,23 +0,0 @@ -pytest-black-ng>=0.4.0 -pytest-invenio>=2.1.7 -PyYAML>=6.0.1 -wheel>=0.42.0 -aiohttp==3.9.3 -aiosignal==1.3.1 -async-timeout==4.0.3 -attrs==23.2.0 -black==24.1.1 -certifi==2023.11.17 -charset-normalizer==3.3.2 -click==8.1.7 -frozenlist==1.4.1 -idna==3.6 -multidict==6.0.4 -mypy-extensions==1.0.0 -pathspec==0.12.1 -platformdirs==4.1.0 -requests==2.31.0 -tomli==2.0.1 -typing_extensions==4.9.0 -urllib3==2.1.0 -yarl==1.9.4 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 19cc34c..88c0bf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,6 @@ zip_safe = False tests = pytest-black-ng>=0.4.0 pytest-invenio>=2.1.7 - aiohttp>=3.9.3 - click>=8.1.7 PyYAML>=6.0.1 wheel>=0.42.0