Ensure pytz is updated regularily by pinning it

This commit is contained in:
Matthias
2024-02-25 08:57:05 +01:00
parent c663016b47
commit f164b89351
2 changed files with 2 additions and 0 deletions

View File

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

View File

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