From b55731830e491f7d11681de40cacd2aca1955a96 Mon Sep 17 00:00:00 2001 From: Aleksei Chetaev Date: Mon, 27 Feb 2023 18:20:54 +0100 Subject: [PATCH] Remove trash from requirements.txt Signed-off-by: Aleksei Chetaev --- requirements.txt | 53 ++++---------------------------------------- requirements_dev.txt | 2 ++ 2 files changed, 6 insertions(+), 49 deletions(-) create mode 100644 requirements_dev.txt diff --git a/requirements.txt b/requirements.txt index 830cdb3f..beb6ac86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,60 +1,15 @@ -aiodns==3.0.0 -aiohttp==3.7.4.post0 -aioresponses==0.7.2 allure-pytest==2.9.45 allure-python-commons==2.9.45 -async-timeout==3.0.1 -asynctest==0.13.0 -attrs==21.4.0 base58==2.1.0 -black==22.8.0 boto3==1.16.33 botocore==1.19.33 -certifi==2022.5.18 -cffi==1.15.0 -chardet==4.0.0 -charset-normalizer==2.0.12 -coverage==6.3.3 configobj==5.0.6 -docker==4.4.0 -docutils==0.17.1 -Events==0.4 -flake8==4.0.1 -idna==3.3 -iniconfig==1.1.1 -isort==5.12.0 -jmespath==0.10.0 -jsonschema==4.5.1 -mccabe==0.6.1 -mmh3==3.0.0 -multidict==6.0.2 -mypy==0.950 -mypy-extensions==0.4.3 frostfs-testlib==1.3.1 -netaddr==0.8.0 -packaging==21.3 -paramiko==2.10.3 +neo-mamba==1.0.0 pexpect==4.8.0 -pluggy==1.0.0 -pre-commit==2.20.0 -ptyprocess==0.7.0 -py==1.11.0 -pycares==4.1.2 -pycodestyle==2.8.0 -pycparser==2.21 -pyflakes==2.4.0 -pyparsing==3.0.9 -pyrsistent==0.18.1 -pytest==7.1.2 -pytest-lazy-fixture==0.6.3 -python-dateutil==2.8.2 pyyaml==6.0 +pytest==7.1.2 +python-dateutil==2.8.2 requests==2.28.0 -s3transfer==0.3.7 -six==1.16.0 tenacity==8.0.1 -tomli==2.0.1 -typing-extensions==4.2.0 -urllib3==1.26.9 -websocket-client==1.3.2 -yarl==1.7.2 \ No newline at end of file +urllib3==1.26.9 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 00000000..125455f4 --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,2 @@ +pre-commit==2.20.0 +isort==5.12.0 \ No newline at end of file