Import a few more pip packages for rules_python
We are using glog, gflags, and shapely that were not available yet via
rules_python. This patch makes them available.
I had to patch gflags because it's missing a dependency on `six`.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I614e211c9cbeb194fcddeba54641ddbfdd9253d1
diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt
index a4cbd6a..3b3ab3a 100644
--- a/tools/python/requirements.txt
+++ b/tools/python/requirements.txt
@@ -11,4 +11,9 @@
pygobject
requests
scipy
+shapely
yapf
+
+# TODO(phil): Migrate to absl-py. These are abandoned as far as I can tell.
+python-gflags
+glog