mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
update min josepy dep
This commit is contained in:
parent
077d28828a
commit
4b8ad7ddee
2 changed files with 6 additions and 6 deletions
|
|
@ -8,9 +8,9 @@ version = '1.20.0.dev0'
|
|||
install_requires = [
|
||||
'cryptography>=2.1.4',
|
||||
# formerly known as acme.jose:
|
||||
# 1.1.0+ is required to avoid the warnings described at
|
||||
# https://github.com/certbot/josepy/issues/13.
|
||||
'josepy>=1.1.0',
|
||||
# 1.9.0+ is needed to avoid problems with EC keys. See
|
||||
# https://github.com/certbot/josepy/issues/109.
|
||||
'josepy>=1.9.0',
|
||||
'PyOpenSSL>=17.3.0',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
|
|
|
|||
|
|
@ -52,9 +52,9 @@ install_requires = [
|
|||
'configobj>=5.0.6',
|
||||
'cryptography>=2.1.4',
|
||||
'distro>=1.0.1',
|
||||
# 1.1.0+ is required to avoid the warnings described at
|
||||
# https://github.com/certbot/josepy/issues/13.
|
||||
'josepy>=1.1.0',
|
||||
# 1.9.0+ is needed to avoid problems with EC keys. See
|
||||
# https://github.com/certbot/josepy/issues/109.
|
||||
'josepy>=1.9.0',
|
||||
'parsedatetime>=2.4',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
|
|
|
|||
Loading…
Reference in a new issue