Make python things work in the sandbox

Everything seems to be plotting now, and graph_edit draws again.

Change-Id: I2aceb13577c0d7529e3169f89e2d0c71612f3a47
diff --git a/motors/python/BUILD b/motors/python/BUILD
index 903b397..d5d74ae 100644
--- a/motors/python/BUILD
+++ b/motors/python/BUILD
@@ -3,6 +3,9 @@
     srcs = [
         "big_phase_current.py",
     ],
+    data = [
+        "@python_repo//:scipy",
+    ],
     legacy_create_init = False,
     restricted_to = ["//tools:k8"],
     deps = [
@@ -10,6 +13,7 @@
         "//external:python-gflags",
         "//external:python-glog",
         "//frc971/control_loops/python:controls",
+        "@matplotlib",
     ],
 )