forked from TrueCloudLab/frostfs-testcases
Remove trash from requirements.txt
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
parent
ee0c2527f7
commit
b55731830e
2 changed files with 6 additions and 49 deletions
|
@ -1,60 +1,15 @@
|
||||||
aiodns==3.0.0
|
|
||||||
aiohttp==3.7.4.post0
|
|
||||||
aioresponses==0.7.2
|
|
||||||
allure-pytest==2.9.45
|
allure-pytest==2.9.45
|
||||||
allure-python-commons==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
|
base58==2.1.0
|
||||||
black==22.8.0
|
|
||||||
boto3==1.16.33
|
boto3==1.16.33
|
||||||
botocore==1.19.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
|
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
|
frostfs-testlib==1.3.1
|
||||||
netaddr==0.8.0
|
neo-mamba==1.0.0
|
||||||
packaging==21.3
|
|
||||||
paramiko==2.10.3
|
|
||||||
pexpect==4.8.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
|
pyyaml==6.0
|
||||||
|
pytest==7.1.2
|
||||||
|
python-dateutil==2.8.2
|
||||||
requests==2.28.0
|
requests==2.28.0
|
||||||
s3transfer==0.3.7
|
|
||||||
six==1.16.0
|
|
||||||
tenacity==8.0.1
|
tenacity==8.0.1
|
||||||
tomli==2.0.1
|
|
||||||
typing-extensions==4.2.0
|
|
||||||
urllib3==1.26.9
|
urllib3==1.26.9
|
||||||
websocket-client==1.3.2
|
|
||||||
yarl==1.7.2
|
|
2
requirements_dev.txt
Normal file
2
requirements_dev.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pre-commit==2.20.0
|
||||||
|
isort==5.12.0
|
Loading…
Reference in a new issue