test_requirements.txt 545 B

1234567891011121314151617181920212223
  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. flexmock==0.10.4
  9. isort==5.9.1
  10. mccabe==0.6.1
  11. pluggy==0.13.1
  12. pathspec==0.8.1; python_version >= '3.8'
  13. py==1.10.0
  14. pycodestyle==2.8.0
  15. pyflakes==2.4.0
  16. jsonschema==3.2.0
  17. pytest==6.2.5
  18. pytest-cov==3.0.0
  19. regex; python_version >= '3.8'
  20. requests==2.25.0
  21. ruamel.yaml>0.15.0,<0.18.0
  22. toml==0.10.2; python_version >= '3.8'
  23. typed-ast; python_version >= '3.8'