Skip to content

Commit

Permalink
fix: consolidate dependencies in setup.py (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored May 26, 2020
1 parent f4829a5 commit 10403bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gapic/templates/setup.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ setuptools.setup(
platforms='Posix; MacOS X; Windows',
include_package_data=True,
install_requires=(
'google-auth >= 1.14.0',
'google-api-core >= 1.17.0, < 2.0.0dev',
'googleapis-common-protos >= 1.5.8',
'grpcio >= 1.10.0',
'google-api-core[grpc] >= 1.17.0, < 2.0.0dev',
'proto-plus >= 0.4.0',
{%- if api.requires_package(('google', 'iam', 'v1')) %}
'grpc-google-iam-v1',
Expand Down

0 comments on commit 10403bb

Please sign in to comment.