2
1
mirror of https://github.com/deadc0de6/catcli synced 2024-11-09 19:10:27 +00:00
catcli/tests-requirements.txt

8 lines
231 B
Plaintext
Raw Normal View History

2019-02-16 12:35:33 +00:00
pycodestyle; python_version >= '3.0'
pyflakes; python_version >= '3.0'
2022-10-20 18:48:01 +00:00
nose2; python_version >= '3.0'
2019-02-16 12:35:33 +00:00
coverage; python_version >= '3.0'
coveralls; python_version >= '3.0'
2022-10-20 18:48:01 +00:00
pylint; python_version > '3.0'
2023-03-05 15:00:36 +00:00
mypy; python_version > '3.0'