From 81b477fac49da74f42b18acebec33ba132c340da Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 23 Apr 2012 22:28:30 +0200 Subject: Add pyme as a dependency in setup.py and the docs --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 81207a0d..6ca1a6b3 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ setup(name='alot', 'twisted (>=10.2.0)', 'magic', 'configobj (>=4.6.0)', - 'subprocess (>=2.7)'], + 'subprocess (>=2.7)', + 'pyme'], provides='alot', ) -- cgit v1.2.3