6a83654718
if you're reusing a venv, run 'make clean' and 'pip uninstall maturin' before building again.
18 lines
443 B
Plaintext
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"
|
|
|