Update Lexicon requirements to stabilize certbot-dns-ovh behavior (#9802)

* Update minimum Lexicon version required for certbot-dns-ovh

* Add types

* FIx mypy

* Fix lint

* Fix BOTH lint and mypy
This commit is contained in:
Adrien Ferrand
2023-10-18 13:19:26 -07:00
committed by GitHub
parent a96fb4b6ce
commit 5cf5f36f19
7 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ install_requires = [
'pytz>=2019.3',
'requests',
'setuptools',
'types-python-dateutil'
'types-python-dateutil',
]
setup(