]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
python-editor 0.3 fixed a bug with using nano. gh/edit-latest
authorMichel Albert <michel@albert.lu>
Fri, 17 Jul 2015 05:09:22 +0000 (07:09 +0200)
committerMichel Albert <michel@albert.lu>
Fri, 17 Jul 2015 05:09:22 +0000 (07:09 +0200)
setup.py

index 132a58b5371a592cceaef420b7d1a178a3e4e0df..aa653cbe18ebe7982e11e6f4e3df71a3f193c0a4 100644 (file)
--- 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