dev-requirements.txt 583 B

1234567891011121314151617181920
  1. mock==3.0.5
  2. coverage~=5.0
  3. tornado==5.1.1;python_version<="2.7"
  4. tornado==6.1.0;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.9; python_version<"3.10"
  9. pytest==6.2.4; python_version>="3.10"
  10. pytest-timeout==1.4.2
  11. pytest-freezegun==0.4.2
  12. flaky==3.7.0
  13. trustme==0.7.0
  14. cryptography==3.2.1;python_version<"3.6"
  15. cryptography==3.4.7;python_version>="3.6"
  16. python-dateutil==2.8.1
  17. # https://github.com/GrahamDumpleton/wrapt/issues/189
  18. wrapt==1.12.1; python_version<="2.7" and sys_platform=="win32"
  19. gcp-devrel-py-tools==0.0.16