mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
revert accidental changes to dependencies
This commit is contained in:
parent
d45a2b5dff
commit
c4668f3500
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ version = '1.16.0.dev0'
|
|||
install_requires = [
|
||||
'acme>=1.8.0',
|
||||
'certbot>=1.10.0',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
'setuptools',
|
||||
'PyOpenSSL>=17.3.0',
|
||||
'pyparsing>=2.2.0',
|
||||
'setuptools>=39.0.1',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue