commit | efa52b75411d9e728c2d38fde92c08d4edaec707 | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Wed Feb 12 22:10:18 2020 -0800 |
committer | Daniele Moro <daniele@opennetworking.org> | Fri Feb 14 14:52:27 2020 -0800 |
tree | 8a7a5c1372036544560016d290d009b7caadf7b4 | |
parent | ac942065007e076c31b4c94b6d92bf505922577e [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: Ic66a0a1a0f1e68c95fd94f443112ee4fb8b1bad5
diff --git a/requirements.txt b/requirements.txt index 3478295..9762cfa 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -6,3 +6,4 @@ psycopg2-binary~=2.8.2 pytz~=2019.1 semver~=2.8.1 +googleapis-common-protos~=1.51.0