aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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'