mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Add pytz as a dependency for integration tests (#9737)
This commit is contained in:
parent
6effedc2f4
commit
68d812e6dd
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ install_requires = [
|
|||
# installation on Linux.
|
||||
'pywin32>=300 ; sys_platform == "win32"',
|
||||
'pyyaml',
|
||||
'pytz>=2019.3',
|
||||
'requests',
|
||||
'setuptools',
|
||||
'types-python-dateutil'
|
||||
|
|
|
|||
Loading…
Reference in a new issue