Skip to content

Commit

Permalink
Add googleapis-common-protos[grpc] as a dependency
Browse files Browse the repository at this point in the history
This is not simple to vendor.

Signed-off-by: Andreas Jansson <[email protected]>
  • Loading branch information
andreasjansson authored and bfirsh committed Jan 12, 2021
1 parent 713fb0d commit ffbd442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def install_egg_scripts(self, dist):
url="https://replicate.ai",
license="Apache License 2.0",
python_requires='>=3.6.0',
install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
packages=setuptools.find_packages(),
package_data={'replicate': ['bin/replicate-shared']},
cmdclass={
Expand Down

0 comments on commit ffbd442

Please sign in to comment.