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

Commit e7d9e7f

Browse files
author
Juanjo Alvarez
committed
Added grpcio-tools dependency to setup.py
Signed-off-by: Juanjo Alvarez <juanjo@sourced.tech>
1 parent 57783e4 commit e7d9e7f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ def main():
119119
clean()
120120
sys.exit(0)
121121

122-
# download c dependencies
123-
if not os.path.exists("bblfsh/libuast"):
124-
doGetDeps()
125-
126122
libuast_module = Extension(
127123
'bblfsh.pyuast',
128124
libraries=libraries,
@@ -137,7 +133,7 @@ def main():
137133
},
138134
name="bblfsh",
139135
description="Fetches Universal Abstract Syntax Trees from Babelfish.",
140-
version="2.4.0",
136+
version="2.4.1",
141137
license="Apache 2.0",
142138
author="source{d}",
143139
author_email="language-analysis@sourced.tech",
@@ -146,7 +142,7 @@ def main():
146142
packages=find_packages(),
147143
exclude=["bblfsh/test.py"],
148144
keywords=["babelfish", "uast"],
149-
install_requires=["grpcio", "docker"],
145+
install_requires=["grpcio", "grpcio-tools", "docker"],
150146
package_data={"": ["LICENSE", "README.md"]},
151147
ext_modules=[libuast_module],
152148
classifiers=[

0 commit comments

Comments
 (0)