diff options
author | Michel Albert <michel@albert.lu> | 2015-07-17 07:09:22 +0200 |
---|---|---|
committer | Michel Albert <michel@albert.lu> | 2015-07-17 07:09:22 +0200 |
commit | ef7183e5358f2bdb7368c468b672ccc49647a2dd (patch) | |
tree | f7af1e748f29d91712ef52c3fbac2548c1ed309d /setup.py | |
parent | 1865ad4118db774f1bc03a1cdcf2644df1fee86f (diff) | |
download | alembic-ef7183e5358f2bdb7368c468b672ccc49647a2dd.tar.gz |
python-editor 0.3 fixed a bug with using nano.edit-latest
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |