pull/23197/head
Lidi Zheng 5 years ago
parent e0ca3b1939
commit 3bef88ca7e
  1. 3
      requirements.bazel.txt
  2. 3
      requirements.txt

@ -14,4 +14,5 @@ chardet==3.0.4
certifi==2017.4.17
idna==2.7
googleapis-common-protos==1.5.5
rsa>=3.1.4,!=4.1,!=4.1.1,!=4.2,<5
# rsa 4.0 is the last version support Python 2
rsa==4.0

@ -5,4 +5,5 @@ enum34>=1.0.4
protobuf>=3.5.0.post1
six>=1.10
wheel>=0.29
rsa>=3.1.4,!=4.1,!=4.1.1,!=4.2,<5
# rsa 4.0 is the last version support Python 2
rsa==4.0

Loading…
Cancel
Save