From 06962bff7cea25d0c631814c2e58a791937dae2a Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 18 Mar 2015 18:29:47 +0100 Subject: [PATCH] Add requirement to Pympi for Elan export --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4847c79..dc9dc46 100755 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ setup( 'networkx', 'django-celery', 'watchdog', + 'pympi-ling', ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5