blob: e6b480eec374e67157328212a9d0bd984883d7fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
mock==3.0.5
coverage~=5.0
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.9
pytest-timeout==1.3.4
flaky==3.6.1
trustme==0.5.3
cryptography==2.8
gcp-devrel-py-tools==0.0.15
# https://github.com/GoogleCloudPlatform/python-repo-tools/issues/23
pylint<2.0;python_version<="2.7"
|