0
0
mirror of https://github.com/thegeeklab/certbot-dns-corenetworks.git synced 2024-11-21 20:40:38 +00:00

pin parsedatetime

This commit is contained in:
Robert Kaussow 2020-09-24 21:29:52 +02:00
parent f76eac09b9
commit 21619c0349
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
- INTERNAL - INTERNAL
- migrate to thegeeklab namespace - migrate to thegeeklab namespace
- BUGFIX
- pin `parsedatetime` to <2.6 to fix tests on Python 2.7

View File

@ -67,8 +67,10 @@ setup(
"Topic :: System :: Networking", "Topic :: System :: Networking",
"Topic :: Utilities", "Topic :: Utilities",
], ],
# FIXME: https://github.com/bear/parsedatetime/pull/247
install_requires=[ install_requires=[
"acme", "acme",
'parsedatetime<2.6; python_version < "3"',
"certbot>=0.15", "certbot>=0.15",
"setuptools", "setuptools",
"zope.interface", "zope.interface",