Add pytz to requirements. Was included as a dependency of drf-yasg before.
Some checks failed
Base Image Build / prepare (push) Has been cancelled
CI Pipeline / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Base Image Build / docker (amd64, ubuntu-24.04) (push) Has been cancelled
Base Image Build / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Base Image Build / create-manifest (push) Has been cancelled
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Has been cancelled
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
CI Pipeline / create-manifest (push) Has been cancelled

This commit is contained in:
SergeantPanda 2026-01-27 14:52:12 -06:00
parent bd1e0e8f07
commit 5cb0b7dd3b

View file

@ -5,7 +5,7 @@ djangorestframework==3.16.1
requests==2.32.5
psutil==7.1.3
pillow
drf-spectacular>=0.28.0
drf-spectacular>=0.29.0
streamlink
python-vlc
yt-dlp
@ -18,6 +18,7 @@ m3u8
rapidfuzz==3.14.3
regex # Required by transformers but also used for advanced regex features
tzlocal
pytz
# PyTorch dependencies (CPU only)
--extra-index-url https://download.pytorch.org/whl/cpu/