mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
chore: Updated python packages.
- `Django` 6.0.3 → 6.0.4 - `djangorestframework` 3.16.1 → 3.17.1 - `requests` 2.33.0 → 2.33.1 - `gevent` 25.9.1 → 26.4.0 - `rapidfuzz` 3.14.3 → 3.14.5 - `sentence-transformers` 5.3.0 → 5.4.0 - `lxml` 6.0.2 → 6.0.3
This commit is contained in:
parent
93a4846924
commit
ff60005442
1 changed files with 7 additions and 7 deletions
|
|
@ -6,34 +6,34 @@ license = "AGPL-3.0-only"
|
|||
requires-python = ">=3.13"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
"Django==6.0.3",
|
||||
"Django==6.0.4",
|
||||
"psycopg2-binary==2.9.11",
|
||||
"celery[redis]==5.6.3",
|
||||
"djangorestframework==3.16.1",
|
||||
"requests==2.33.0",
|
||||
"djangorestframework==3.17.1",
|
||||
"requests==2.33.1",
|
||||
"psutil==7.2.2",
|
||||
"pillow",
|
||||
"drf-spectacular>=0.29.0",
|
||||
"streamlink",
|
||||
"python-vlc",
|
||||
"yt-dlp",
|
||||
"gevent==25.9.1",
|
||||
"gevent==26.4.0",
|
||||
"daphne",
|
||||
"uwsgi",
|
||||
"django-cors-headers",
|
||||
"djangorestframework-simplejwt",
|
||||
"m3u8",
|
||||
"rapidfuzz==3.14.3",
|
||||
"rapidfuzz==3.14.5",
|
||||
"regex",
|
||||
"tzlocal",
|
||||
"pytz",
|
||||
"torch==2.11.0+cpu",
|
||||
"sentence-transformers==5.3.0",
|
||||
"sentence-transformers==5.4.0",
|
||||
"channels",
|
||||
"channels-redis==4.3.0",
|
||||
"django-filter",
|
||||
"django-celery-beat>=2.9.0",
|
||||
"lxml==6.0.2",
|
||||
"lxml==6.0.3",
|
||||
"packaging",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue