Skip to content

Commit

Permalink
Fix deps (googleapis#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 22, 2017
1 parent 494b7fd commit e6564d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

REQUIREMENTS = [
'google-cloud-core >= 0.24.0, < 0.25dev',
'google-gax >= 0.15.7, < 0.16dev',
'googleapis-common-protos[grpc] >= 1.5.2, < 2.0dev',
]
EXTRAS_REQUIRE = {
':python_version<"3.4"': ['enum34'],
Expand Down

0 comments on commit e6564d3

Please sign in to comment.