Skip to content

Commit ffbd442

Browse files
andreasjanssonbfirsh
authored andcommitted
Add googleapis-common-protos[grpc] as a dependency
This is not simple to vendor. Signed-off-by: Andreas Jansson <andreas@replicate.ai>
1 parent 713fb0d commit ffbd442

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def install_egg_scripts(self, dist):
120120
url="https://replicate.ai",
121121
license="Apache License 2.0",
122122
python_requires='>=3.6.0',
123+
install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
123124
packages=setuptools.find_packages(),
124125
package_data={'replicate': ['bin/replicate-shared']},
125126
cmdclass={

0 commit comments

Comments
 (0)