| 1234567891011121314151617181920 |
- mock==3.0.5
- coverage~=5.0
- tornado==5.1.1;python_version<="2.7"
- tornado==6.1.0;python_version>"3.5"
- PySocks==1.7.1
- # https://github.com/Anorov/PySocks/issues/131
- win-inet-pton==1.1.0
- pytest==4.6.9; python_version<"3.10"
- pytest==6.2.4; python_version>="3.10"
- pytest-timeout==1.4.2
- pytest-freezegun==0.4.2
- flaky==3.7.0
- trustme==0.7.0
- cryptography==3.2.1;python_version<"3.6"
- cryptography==3.4.7;python_version>="3.6"
- python-dateutil==2.8.1
- # https://github.com/GrahamDumpleton/wrapt/issues/189
- wrapt==1.12.1; python_version<="2.7" and sys_platform=="win32"
- gcp-devrel-py-tools==0.0.16
|