requirements_mac.txt 794 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Windows-only
  2. comtypes==1.4.6; sys_platform == "win32"
  3. pycaw==20240210; sys_platform == "win32"
  4. # macOS-only
  5. applescript==2021.2.9; sys_platform == "darwin" # macOS音量控制
  6. # 二进制/系统库敏感
  7. cryptography==44.0.1
  8. numpy==1.26.4
  9. sounddevice>=0.4.4
  10. pygame==2.6.1
  11. PyQt5==5.15.11
  12. opencv-python-headless==4.11.0.86
  13. soxr==0.5.0.post1
  14. psutil==7.0.0
  15. pillow==11.3.0
  16. webrtcvad-wheels==2.0.14
  17. sherpa-onnx==1.12.8
  18. pendulum==3.1.0
  19. # 纯 Python 为主
  20. openai==1.86.0
  21. opuslib==3.0.1
  22. paho-mqtt==2.1.0
  23. pynput==1.8.1
  24. pyperclip==1.9.0
  25. pypinyin==0.53.0
  26. aiohttp==3.12.13
  27. websockets==11.0.3
  28. colorlog==6.9.0
  29. qasync==0.27.1
  30. py-machineid==0.8.0
  31. mutagen==1.47.0
  32. beautifulsoup4==4.12.3
  33. brotli==1.1.0
  34. python-dateutil==2.9.0.post0
  35. lunar_python==1.4.4
  36. tzdata
  37. pyinstaller==6.15.0
  38. rich==14.1.0
  39. packaging==25.0