mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00

venv as things like black depended on it. When running in a packaged
build, it wasn't being included, and Anki was failing to start.
I've added it to the anki module instead of aqt, even though only
the latter is currently using it, so that we don't accidentally introduce
the same bug in the future when using typing_extensions from within
libanki.
(cherry picked from commit 72abb7ec5b
)
9 lines
183 B
Text
9 lines
183 B
Text
beautifulsoup4
|
|
decorator
|
|
markdown
|
|
orjson
|
|
protobuf>=4.21
|
|
requests[socks]
|
|
distro; sys_platform != "darwin" and sys_platform != "win32"
|
|
psutil; sys_platform == "win32"
|
|
typing_extensions
|