test_requirements.txt 566 B

123456789101112131415161718192021222324
  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. colorama==0.4.4
  6. coverage==5.3
  7. flake8==4.0.1
  8. flake8-quotes==3.3.2
  9. flexmock==0.10.4
  10. isort==5.9.1
  11. mccabe==0.6.1
  12. pluggy==0.13.1
  13. pathspec==0.8.1; python_version >= '3.8'
  14. py==1.10.0
  15. pycodestyle==2.8.0
  16. pyflakes==2.4.0
  17. jsonschema==3.2.0
  18. pytest==7.2.0
  19. pytest-cov==4.0.0
  20. regex; python_version >= '3.8'
  21. requests==2.25.0
  22. ruamel.yaml>0.15.0,<0.18.0
  23. toml==0.10.2; python_version >= '3.8'
  24. typed-ast; python_version >= '3.8'