requirements.txt 764 B

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