We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713fb0d commit ffbd442Copy full SHA for ffbd442
python/setup.py
@@ -120,6 +120,7 @@ def install_egg_scripts(self, dist):
120
url="https://replicate.ai",
121
license="Apache License 2.0",
122
python_requires='>=3.6.0',
123
+ install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
124
packages=setuptools.find_packages(),
125
package_data={'replicate': ['bin/replicate-shared']},
126
cmdclass={
0 commit comments