chore(deps): add back pytz

Too many apps depend on it for now
Will drop the actual dependency later

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
Akhil Narang 2024-12-06 15:44:51 +05:30
parent d521ac124d
commit 401f6dedbd
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F

View file

@ -57,6 +57,7 @@ dependencies = [
"pydantic~=2.10.2",
"pyotp~=2.8.0",
"python-dateutil~=2.8.2",
"pytz==2023.3",
"rauth~=0.7.3",
"redis~=5.2.0",
"hiredis~=3.0.0",