1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 09:43:49 +00:00
Files
dotdrop/tests-requirements.txt
2024-01-17 15:28:00 +01:00

12 lines
386 B
Plaintext
Vendored

pycodestyle; python_version > '3.5'
pytest; python_version > '3.5'
coverage; python_version > '3.5'
coveralls; python_version > '3.5'
flake8; python_version > '3.5'
pylint; python_version > '3.5'
halo; python_version > '3.5'
distro; python_version > '3.5'
urllib3; python_version > '3.5'
pytype; python_version > '3.0'
mypy; python_version > '3.0'
types-requests; python_version > '3.0'