From: Michel Albert Date: Fri, 17 Jul 2015 05:09:22 +0000 (+0200) Subject: python-editor 0.3 fixed a bug with using nano. X-Git-Tag: rel_0_8_0~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef7183e5358f2bdb7368c468b672ccc49647a2dd;p=thirdparty%2Fsqlalchemy%2Falembic.git python-editor 0.3 fixed a bug with using nano. --- diff --git a/setup.py b/setup.py index 132a58b5..aa653cbe 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