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