From ef7183e5358f2bdb7368c468b672ccc49647a2dd Mon Sep 17 00:00:00 2001 From: Michel Albert Date: Fri, 17 Jul 2015 07:09:22 +0200 Subject: python-editor 0.3 fixed a bug with using nano. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 132a58b..aa653cb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ readme = os.path.join(os.path.dirname(__file__), 'README.rst') requires = [ 'SQLAlchemy>=0.7.6', 'Mako', - 'python-editor', + 'python-editor>=0.3', ] # Hack to prevent "TypeError: 'NoneType' object is not callable" error -- cgit v1.2.1