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:
parent
f76eac09b9
commit
21619c0349
@ -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
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user