mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12: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",
|
name = "sync",
|
||||||
srcs = ["sync.py"],
|
srcs = ["sync.py"],
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
|
deps = fluent_syntax + [requirement("requests")],
|
||||||
)
|
)
|
||||||
|
|
||||||
py_binary(
|
py_binary(
|
||||||
|
|
Loading…
Reference in a new issue