mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
require protobuf 3.17+
https://forums.ankiweb.net/t/anki-help-linux/12218/4
This commit is contained in:
parent
c20716660f
commit
709d86caca
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ py_wheel(
|
||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"requests[socks]",
|
"requests[socks]",
|
||||||
"decorator",
|
"decorator",
|
||||||
"protobuf",
|
"protobuf>=3.17",
|
||||||
"markdown",
|
"markdown",
|
||||||
"stringcase",
|
"stringcase",
|
||||||
'orjson; platform_machine == "x86_64"',
|
'orjson; platform_machine == "x86_64"',
|
||||||
|
|
Loading…
Reference in a new issue