Ensure pytz is updated regularily by pinning it

This commit is contained in:
Matthias 2024-02-25 08:57:05 +01:00 committed by Joe Schr
parent f3f4a659e8
commit 21eecb2170
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ questionary==2.0.1
prompt-toolkit==3.0.36
# Extensions to datetime library
python-dateutil==2.8.2
pytz==2024.1
#Futures
schedule==1.2.1

View File

@ -110,6 +110,7 @@ setup(
'cryptography',
'sdnotify',
'python-dateutil',
'pytz',
'packaging',
],
extras_require={