aboutsummaryrefslogtreecommitdiffhomepage
path: root/requirements.bazel.txt
diff options
context:
space:
mode:
authorGravatar Naresh <ghostwriternr@gmail.com>2018-07-27 14:44:09 +0000
committerGravatar Naresh <ghostwriternr@gmail.com>2018-07-27 14:44:09 +0000
commit11f199e34dc416a2bd8b56391b242a867bedade4 (patch)
treea7167dbd902a8184534d7e990eadcfc76f33bbfb /requirements.bazel.txt
parent3af1aaadabf49bc6274711a11f81627c0f351a9a (diff)
Workspace changes to build gRPC Python with Bazel
- Include new rules from bazelbuild/rules_python, which allow for importing pip dependencies with Bazel. - Make Cython BUILD file visible to WORKSPACE. - Use a custom requirements file for Bazel python. This is added to allow for requirements previously added only during build steps.
Diffstat (limited to 'requirements.bazel.txt')
-rw-r--r--requirements.bazel.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/requirements.bazel.txt b/requirements.bazel.txt
new file mode 100644
index 0000000000..16f31f9e94
--- /dev/null
+++ b/requirements.bazel.txt
@@ -0,0 +1,10 @@
+# GRPC Python setup requirements
+coverage>=4.0
+cython==0.28.3
+enum34>=1.0.4
+protobuf>=3.5.0.post1
+six>=1.10
+wheel>=0.29
+futures>=2.2.0
+google-auth>=1.0.0
+oauth2client==4.1.0