1
0
Fork 0
hscloud/bgpwtf/cccampix/BUILD

10 lines
119 B
Python

py_binary(
name = "sync",
srcs = [
"sync.py",
],
deps = [
"@pip36//requests",
],
)