diff options
author | Laurent Bachelier <laurent@bachelier.name> | 2012-10-12 20:45:09 +0200 |
---|---|---|
committer | Laurent Bachelier <laurent@bachelier.name> | 2012-10-12 20:45:09 +0200 |
commit | b948e10c364e9425eaff43dcc8bf63806335ca40 (patch) | |
tree | b90d14e6a53aa09e515cc945077659020a5ecd09 | |
parent | Fix #4 (for real this time?) (diff) | |
download | fabtools-b948e10c364e9425eaff43dcc8bf63806335ca40.tar.xz |
Fabric 1.4 or later is now required
Because of (at least) fabric.utils.error.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setup( url='http://fabtools.readthedocs.org/', license='BSD', install_requires=[ - "fabric>=1.2.0", + "fabric>=1.4.0", ], setup_requires=[], tests_require=[ |