test-requirements.txt 769 B

123456789101112131415
  1. colorama==0.4.1; python_version >= "2.7" and python_version < "3.5"
  2. coverage==4.5.4; python_version < "3.5"
  3. importlib-metadata==0.23; python_version >= "2.7" and python_version < "3.5"
  4. more-itertools==7.2.0; python_version >= "3.4" and python_version < "3.5"
  5. pycodestyle==2.4.0; python_version < "2.7"
  6. pycodestyle==2.5.0; python_version >= "2.7"
  7. pytest==3.2.5; python_version < "2.7"
  8. pytest==4.6.6; python_version >= "2.7" and python_version < "3.5"
  9. pytest==5.2.2; python_version >= "3.5"
  10. pytest-cov==2.5.1; python_version < "2.7"
  11. pytest-cov==2.8.1; python_version >= "2.7"
  12. pytest-mock==1.6.3; python_version < "2.7"
  13. pytest-mock==1.11.2; python_version >= "2.7"
  14. setuptools==36.8.0; python_version < "2.7"
  15. zipp==1.1.0; python_version >= "2.7" and python_version < "3.6"