mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix missing dependencies on ftl:sync
This commit is contained in:
parent
3f24f9820d
commit
1146ce2b15
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ py_binary(
|
|||
name = "sync",
|
||||
srcs = ["sync.py"],
|
||||
tags = ["manual"],
|
||||
deps = fluent_syntax + [requirement("requests")],
|
||||
)
|
||||
|
||||
py_binary(
|
||||
|
|
Loading…
Reference in a new issue