test_requirements.txt 881 B

12345678910111213141516171819202122232425262728293031323334353637
  1. appdirs==1.4.4; python_version >= '3.8'
  2. apprise==1.3.0
  3. attrs==22.2.0; python_version >= '3.8'
  4. black==23.3.0; python_version >= '3.8'
  5. certifi==2023.7.22
  6. chardet==5.1.0
  7. click==8.1.3; python_version >= '3.8'
  8. codespell==2.2.4
  9. colorama==0.4.6
  10. coverage==7.2.3
  11. flake8==6.0.0
  12. flake8-quotes==3.3.2
  13. flake8-use-fstring==1.4
  14. flake8-variables-names==0.0.5
  15. flexmock==0.11.3
  16. idna==3.4
  17. importlib_metadata==6.3.0; python_version < '3.8'
  18. isort==5.12.0
  19. jsonschema==4.17.3
  20. Markdown==3.4.1
  21. mccabe==0.7.0
  22. packaging==23.1
  23. pathspec==0.11.1; python_version >= '3.8'
  24. pluggy==1.0.0
  25. py==1.11.0
  26. pycodestyle==2.10.0
  27. pyflakes==3.0.1
  28. pytest==7.3.0
  29. pytest-cov==4.0.0
  30. PyYAML>5.0.0
  31. regex; python_version >= '3.8'
  32. requests==2.31.0
  33. ruamel.yaml>0.15.0,<0.18.0
  34. toml==0.10.2; python_version >= '3.8'
  35. typed-ast; python_version >= '3.8'
  36. typing-extensions==4.5.0; python_version < '3.8'
  37. zipp==3.15.0; python_version < '3.8'