Austin Schuh | 075a507 | 2017-10-21 18:05:25 -0700 | [diff] [blame^] | 1 | py_binary( |
2 | name = "phase_current", | ||||
3 | srcs = [ | ||||
4 | "phase_current.py", | ||||
5 | ], | ||||
6 | deps = [ | ||||
7 | "//external:python-gflags", | ||||
8 | "//external:python-glog", | ||||
9 | "//frc971/control_loops/python:controls", | ||||
10 | ], | ||||
11 | restricted_to = ["//tools:k8"], | ||||
12 | ) |