We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbd442 commit df9970bCopy full SHA for df9970b
1 file changed
python/setup.py
@@ -120,8 +120,12 @@ def install_egg_scripts(self, dist):
120
url="https://replicate.ai",
121
license="Apache License 2.0",
122
python_requires='>=3.6.0',
123
+<<<<<<< Updated upstream
124
install_requires=["googleapis-common-protos[grpc]>=1.0.0"],
125
packages=setuptools.find_packages(),
126
+=======
127
+ packages=setuptools.find_packages(exclude=["tests"]),
128
+>>>>>>> Stashed changes
129
package_data={'replicate': ['bin/replicate-shared']},
130
cmdclass={
131
'bdist_wheel': bdist_wheel,
0 commit comments