Anki/requirements.txt
Damien Elmes 252a0cb54f use protobuf for python/rust bridge
If we go ahead with betterproto on the Python side, it will mean
bumping the minimum Python dependency to 3.7.
2019-12-24 19:57:54 +10:00

11 lines
195 B
Text

beautifulsoup4
send2trash
pyaudio
requests
decorator
markdown
jsonschema
psutil; sys_platform == "win32"
distro; sys_platform != "win32" and sys_platform != "darwin"
typing
betterproto[compiler]