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.
This commit is contained in:
Maksim Totmin 2026-06-02 09:05:25 +07:00
parent 8317ad1fe4
commit 222c2fcffb

View File

@ -6,4 +6,4 @@ pillow>=9.5.0
requests>=2.28.2
PyQt6>=6.5.0
numpy>=1.24.0
iopenpod>=1.0.53
iopenpod @ git+https://github.com/TheRealSavi/iOpenPod.git