diff options
author | Ronan Amicel <ronan.amicel@gmail.com> | 2012-10-12 14:13:24 -0700 |
---|---|---|
committer | Ronan Amicel <ronan.amicel@gmail.com> | 2012-10-12 14:13:24 -0700 |
commit | 07a4d6d12d479e443abca5a81a43850e9e6745c3 (patch) | |
tree | b90d14e6a53aa09e515cc945077659020a5ecd09 | |
parent | Fix #4 (for real this time?) (diff) | |
parent | Fabric 1.4 or later is now required (diff) | |
download | fabtools-07a4d6d12d479e443abca5a81a43850e9e6745c3.tar.xz |
Merge pull request #38 from laurentb/master
Fabric 1.4 or later is now required
-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=[ |