neo-pod-desktop/requirements.txt
Maksim Totmin 222c2fcffb fix: add iOpenPod dependency as pip installable from GitHub
iopenpod is not published on PyPI — it lives at
https://github.com/TheRealSavi/iOpenPod.git.  The old
requirement 'iopenpod>=1.0.53' would always fail with
'Package not found'.

Using the PEP 508 @ git+ URL ensures pip fetches and
installs iOpenPod directly from the upstream repo.
2026-06-02 09:05:25 +07:00

10 lines
180 B
Plaintext

ffmpeg-python>=0.2.0
mutagen>=1.46.0
eyeD3>=0.9.7
pyusb>=1.2.1
pillow>=9.5.0
requests>=2.28.2
PyQt6>=6.5.0
numpy>=1.24.0
iopenpod @ git+https://github.com/TheRealSavi/iOpenPod.git