Skip to content

Commit b3aab04

Browse files
committed
fix for installation error
based on suggestion: googleapis/google-cloud-python#5703
1 parent c69ff34 commit b3aab04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
install_requires=[
2323
'termcolor==1.1.0',
2424
'attrs==17.2.0',
25+
'googleapis-common-protos==1.5.3',
2526
'google-cloud-datastore==1.4.0',
2627
'google-cloud-storage==1.6.0',
2728
'grpcio-tools==1.13.0',

0 commit comments

Comments
 (0)