mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
chore(dependencies): update Django, requests, gevent, torch, sentence-transformers, and lxml to latest versions
This commit is contained in:
parent
578c50ea96
commit
971065b8a8
1 changed files with 6 additions and 6 deletions
|
|
@ -6,18 +6,18 @@ license = "AGPL-3.0-only"
|
|||
requires-python = ">=3.13"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"Django==6.0.5",
|
||||
"Django==6.0.6",
|
||||
"psycopg[binary]",
|
||||
"celery[redis]==5.6.3",
|
||||
"djangorestframework==3.17.1",
|
||||
"requests==2.33.1",
|
||||
"requests==2.34.2",
|
||||
"psutil==7.2.2",
|
||||
"pillow",
|
||||
"drf-spectacular>=0.29.0",
|
||||
"streamlink",
|
||||
"python-vlc",
|
||||
"yt-dlp",
|
||||
"gevent==26.4.0",
|
||||
"gevent==26.5.0",
|
||||
"django-db-geventpool",
|
||||
"daphne",
|
||||
"uwsgi",
|
||||
|
|
@ -28,14 +28,14 @@ dependencies = [
|
|||
"regex",
|
||||
"tzlocal",
|
||||
"pytz",
|
||||
"torch==2.11.0+cpu",
|
||||
"sentence-transformers==5.4.1",
|
||||
"torch==2.12.1+cpu",
|
||||
"sentence-transformers==5.6.0",
|
||||
"channels",
|
||||
"channels-redis==4.3.0",
|
||||
"django-filter",
|
||||
"django-redis",
|
||||
"django-celery-beat>=2.9.0",
|
||||
"lxml==6.1.0",
|
||||
"lxml==6.1.1",
|
||||
"packaging",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue