mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
update min parsedatetime version
This commit is contained in:
parent
50480d43e9
commit
18ebfb74d5
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ install_requires = [
|
|||
# 1.1.0+ is required to avoid the warnings described at
|
||||
# https://github.com/certbot/josepy/issues/13.
|
||||
'josepy>=1.1.0',
|
||||
'parsedatetime>=1.3', # Calendar.parseDT
|
||||
'parsedatetime>=2.4',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
'setuptools>=39.0.1',
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ pyparsing==2.2.0
|
|||
# Our setup.py constraints
|
||||
apacheconfig==0.3.2
|
||||
cloudflare==1.5.1
|
||||
parsedatetime==1.3
|
||||
python-digitalocean==1.11
|
||||
requests[security]==2.6.0
|
||||
|
||||
|
|
@ -71,6 +70,7 @@ setuptools==39.0.1
|
|||
|
||||
# Ubuntu Focal constraints
|
||||
configobj==5.0.6
|
||||
parsedatetime==2.4
|
||||
|
||||
# Plugin constraints
|
||||
# These aren't necessarily the oldest versions we need to support
|
||||
|
|
|
|||
Loading…
Reference in a new issue