Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit db95c7c

Browse files
committed
Add google api dependency
1 parent be7f04a commit db95c7c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
attrs==19.3.0
2+
google-api==0.1.12
23
grpcio==1.28.1
34
grpcio-tools==1.28.1
45
protobuf==3.11.3

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ include_package_data = true
2121
zip_safe = false
2222
install_requires =
2323
protobuf == 3.11.3
24+
google-api == 0.1.12
2425
grpcio == 1.28.1
2526
grpcio-tools == 1.28.1
2627
attrs == 19.3.0

0 commit comments

Comments
 (0)