mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
Merge branch 'main' of https://github.com/Dispatcharr/Dispatcharr into dev
This commit is contained in:
commit
6945cecaca
2 changed files with 11 additions and 11 deletions
|
|
@ -42,4 +42,4 @@ RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmo
|
|||
# Create render group for hardware acceleration support with GID 109
|
||||
RUN groupadd -r -g 109 render || true
|
||||
|
||||
ENTRYPOINT ["/app/docker/entrypoint.sh"]
|
||||
ENTRYPOINT ["/app/docker/entrypoint.sh"]
|
||||
|
|
|
|||
|
|
@ -1,33 +1,33 @@
|
|||
Django==5.1.6
|
||||
Django==5.2.4
|
||||
psycopg2-binary==2.9.10
|
||||
redis==4.5.5
|
||||
redis==6.2.0
|
||||
celery
|
||||
celery[redis]
|
||||
djangorestframework==3.15.2
|
||||
requests==2.32.3
|
||||
djangorestframework==3.16.0
|
||||
requests==2.32.4
|
||||
psutil==7.0.0
|
||||
pillow
|
||||
drf-yasg>=1.20.0
|
||||
streamlink
|
||||
python-vlc
|
||||
yt-dlp
|
||||
gevent==24.11.1
|
||||
gevent==25.5.1
|
||||
daphne
|
||||
uwsgi
|
||||
django-cors-headers
|
||||
djangorestframework-simplejwt
|
||||
m3u8
|
||||
rapidfuzz==3.12.1
|
||||
rapidfuzz==3.13.0
|
||||
tzlocal
|
||||
|
||||
# PyTorch dependencies (CPU only)
|
||||
--extra-index-url https://download.pytorch.org/whl/cpu/
|
||||
torch==2.6.0+cpu
|
||||
torch==2.7.1+cpu
|
||||
|
||||
# ML/NLP dependencies
|
||||
sentence-transformers==3.4.1
|
||||
sentence-transformers==5.0.0
|
||||
channels
|
||||
channels-redis
|
||||
channels-redis==4.3.0
|
||||
django-filter
|
||||
django-celery-beat
|
||||
lxml==5.4.0
|
||||
lxml==6.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue