From c8a7543b99ffa1f28def431e9d77fd74c3f2f00f Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 19 Jun 2017 18:55:44 +0200 Subject: Switch to PGPy. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb74d97..f2ccb67 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ A plugin for GNU Mailman that adds encrypted mailing lists via PGP/MIME.""", package_dir={'': 'src'}, install_requires=[ 'mailman>=3.1.0', - 'gnupg', - 'gpgmime', + 'PGPy', 'atpublic', + 'flufl.lock', 'sqlalchemy', 'zope.interface', 'zope.event' -- cgit v1.2.3-70-g09d2