dev-requirements.txt 482 B

1234567891011121314151617
  1. mock==3.0.5
  2. coverage~=4.5
  3. tornado==5.1.1;python_version<="2.7"
  4. tornado==6.0.3;python_version>="3.5"
  5. PySocks==1.7.1
  6. # https://github.com/Anorov/PySocks/issues/131
  7. win-inet-pton==1.1.0
  8. pytest==4.6.6
  9. pytest-timeout==1.3.3
  10. flaky==3.6.1
  11. trustme==0.5.3
  12. # https://github.com/GoogleCloudPlatform/python-repo-tools/issues/23
  13. pylint<2.0;python_version<="2.7"
  14. # Because typed-ast doesn't provide Python 3.4+Windows wheels
  15. gcp-devrel-py-tools;python_version>='3.5' or sys_platform != 'win32'