pin parsedatetime

This commit is contained in:
Robert Kaussow 2020-09-24 21:29:52 +02:00
parent f76eac09b9
commit 21619c0349
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,4 @@
- INTERNAL
- 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 :: Utilities",
],
# FIXME: https://github.com/bear/parsedatetime/pull/247
install_requires=[
"acme",
'parsedatetime<2.6; python_version < "3"',
"certbot>=0.15",
"setuptools",
"zope.interface",