summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Albert <michel@albert.lu>2015-07-17 07:09:22 +0200
committerMichel Albert <michel@albert.lu>2015-07-17 07:09:22 +0200
commitef7183e5358f2bdb7368c468b672ccc49647a2dd (patch)
treef7af1e748f29d91712ef52c3fbac2548c1ed309d
parent1865ad4118db774f1bc03a1cdcf2644df1fee86f (diff)
downloadalembic-edit-latest.tar.gz
python-editor 0.3 fixed a bug with using nano.edit-latest
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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