summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ecfb33af..7df797f2 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setup(name='alot',
'twisted>=10.2.0',
'python-magic',
'configobj>=4.7.0',
- 'pygpgme>=0.2'],
+ 'gpg'],
tests_require=[
'mock',
],