test_requirements.txt 818 B

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