anki/requirements.txt
Damien Elmes 6a83654718 fix 32 bit Linux builds
if you're reusing a venv, run 'make clean' and 'pip uninstall maturin'
before building again.
2019-12-27 08:42:48 +10:00

18 lines
443 B
Plaintext

beautifulsoup4
send2trash
pyaudio
requests
decorator
markdown
jsonschema
psutil; sys_platform == "win32"
distro; sys_platform != "win32" and sys_platform != "darwin"
typing
protobuf
mypy==0.750
mypy_protobuf
# fixme: when maturin fixes 32 bit support, switch back to pypi
git+https://github.com/dae/maturin#egg=maturin; sys_platform == "linux" and platform_machine != "x86_64"
maturin; sys_platform != "linux" or platform_machine == "x86_64"