summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2014-07-06 14:04:42 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2015-02-23 14:31:25 +0000
commit49a0cd7005157df30010e5e9cef1ead8e5121bb4 (patch)
tree8783a2767a42f6d3f88ce551081bec17e2821c03 /setup.py
parentb981c01091f0ffb805a22ab9b914e1d4970bb4de (diff)
themes require configobj 4.7.0 (or higher)
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 6cd0e30b..c1074476 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ setup(name='alot',
'urwidtrees (>=1.0)',
'twisted>=10.2.0',
'python-magic',
- 'configobj>=4.6.0',
+ 'configobj>=4.7.0',
'pygpgme>=0.2'],
provides='alot',
)