0
0
mirror of https://github.com/thegeeklab/certbot-dns-corenetworks.git synced 2024-06-02 16:59:40 +02:00

Update dependency parsedatetime to <2.7

This commit is contained in:
Renovate Bot 2020-11-11 21:29:47 +00:00
parent bf6aad3d78
commit 6306eb1cec
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -70,7 +70,7 @@ setup(
# FIXME: https://github.com/bear/parsedatetime/pull/247
install_requires=[
"acme",
'parsedatetime<2.6; python_version < "3"',
'parsedatetime<2.7; python_version < "3"',
"certbot>=0.15",
"setuptools",
"zope.interface",