Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit a58bd86

Browse files
authored
Merge pull request #138 from smacker/use_version_range_for_grpcio
Use version range for grpcio instead of exact version
2 parents e8483d9 + a548f0f commit a58bd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def main():
272272
packages=find_packages(),
273273
exclude=["bblfsh/test.py"],
274274
keywords=["babelfish", "uast"],
275-
install_requires=["grpcio==1.13.0", "grpcio-tools==1.13.0", "docker", "protobuf>=3.4.0"],
275+
install_requires=["grpcio>=1.13.0,<2.0", "grpcio-tools>=1.13.0,<2.0", "docker", "protobuf>=3.4.0"],
276276
package_data={"": ["LICENSE", "README.md"]},
277277
ext_modules=[libuast_module],
278278
classifiers=[

0 commit comments

Comments
 (0)