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

Commit e358ec1

Browse files
authored
Merge pull request #72 from vmarkovtsev/master
Add protobuf into dependencies
2 parents 7eb5b4e + cf66757 commit e358ec1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
grpcio>=1.3,<=2.0
22
grpcio-tools>=1.3,<2.0
33
docker>=2.0,<3.0
4+
protobuf>=3.4.0,<4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def main():
143143
packages=find_packages(),
144144
exclude=["bblfsh/test.py"],
145145
keywords=["babelfish", "uast"],
146-
install_requires=["grpcio", "grpcio-tools", "docker"],
146+
install_requires=["grpcio", "grpcio-tools", "docker", "protobuf>=3.4.0"],
147147
package_data={"": ["LICENSE", "README.md"]},
148148
ext_modules=[libuast_module],
149149
classifiers=[

0 commit comments

Comments
 (0)