From dfc57c23cc5e3f12acff4f9c725e615e4d05ea0a Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Tue, 27 Jan 2026 14:52:12 -0600 Subject: [PATCH] Add pytz to requirements. Was included as a dependency of drf-yasg before. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f3c63aa..6858baec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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/