From c4668f3500da3c709a211d84079d32326ab1d6ae Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Tue, 18 May 2021 17:44:59 +1000 Subject: [PATCH] revert accidental changes to dependencies --- certbot-nginx/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py index e34feda35..cb5fa262b 100644 --- a/certbot-nginx/setup.py +++ b/certbot-nginx/setup.py @@ -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', ]