commit | 538eba77a6c8c319ec577aa7dcc56474a3ba66f5 | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Wed Feb 12 22:07:24 2020 -0800 |
committer | Daniele Moro <daniele@opennetworking.org> | Fri Feb 14 14:49:31 2020 -0800 |
tree | e4914e205efe032f8766fc1e8a495da29b16449f | |
parent | 895d3f2f0aafd904b9e49d6af61d4aa43e113d79 [diff] [blame] |
Use google.api instead of custom googleapi package Use the standard google.api package to not create conflicts with other proto definition that uses the same package. Change-Id: I264db977a2316ced0fdfb6ab8e499a1258726cb7
diff --git a/requirements.txt b/requirements.txt index a09582f..d8950dd 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -11,3 +11,4 @@ service_identity==18.1.0 simplejson==3.16.0 structlog~=19.1.0 +googleapis-common-protos~=1.51.0