test_requirements.txt 637 B

123456789101112131415161718192021222324252627
  1. appdirs==1.4.4; python_version >= '3.8'
  2. attrs==20.3.0; python_version >= '3.8'
  3. black==19.10b0; python_version >= '3.8'
  4. click==7.1.2; python_version >= '3.8'
  5. codespell==2.2.4
  6. colorama==0.4.4
  7. coverage==5.3
  8. flake8==4.0.1
  9. flake8-quotes==3.3.2
  10. flake8-use-fstring==1.4
  11. flake8-variables-names==0.0.5
  12. flexmock==0.10.4
  13. isort==5.9.1
  14. mccabe==0.6.1
  15. pluggy==0.13.1
  16. pathspec==0.8.1; python_version >= '3.8'
  17. py==1.10.0
  18. pycodestyle==2.8.0
  19. pyflakes==2.4.0
  20. jsonschema==3.2.0
  21. pytest==7.2.0
  22. pytest-cov==4.0.0
  23. regex; python_version >= '3.8'
  24. requests==2.25.0
  25. ruamel.yaml>0.15.0,<0.18.0
  26. toml==0.10.2; python_version >= '3.8'
  27. typed-ast; python_version >= '3.8'