test_requirements.txt 620 B

1234567891011121314151617181920212223242526
  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. flake8-use-fstring==1.4
  10. flake8-variables-names==0.0.5
  11. flexmock==0.10.4
  12. isort==5.9.1
  13. mccabe==0.6.1
  14. pluggy==0.13.1
  15. pathspec==0.8.1; python_version >= '3.8'
  16. py==1.10.0
  17. pycodestyle==2.8.0
  18. pyflakes==2.4.0
  19. jsonschema==3.2.0
  20. pytest==7.2.0
  21. pytest-cov==4.0.0
  22. regex; python_version >= '3.8'
  23. requests==2.25.0
  24. ruamel.yaml>0.15.0,<0.18.0
  25. toml==0.10.2; python_version >= '3.8'
  26. typed-ast; python_version >= '3.8'