1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Add pytz as a dependency for integration tests (#9737)

This commit is contained in:
Will Greenberg
2023-07-19 13:10:35 -07:00
committed by GitHub
parent 6effedc2f4
commit 68d812e6dd

View File

@@ -26,6 +26,7 @@ install_requires = [
# installation on Linux.
'pywin32>=300 ; sys_platform == "win32"',
'pyyaml',
'pytz>=2019.3',
'requests',
'setuptools',
'types-python-dateutil'