From 57d341f03e39258fb6f32abd6c83dda45c534841 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Mon, 14 Jul 2014 11:22:27 +0200 Subject: [PATCH] Install fabric, rm virtualenv --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3bb9b6..d358ee7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +Fabric < 2.0.0 coverage < 4.0.0 docopt < 1.0.0 flake8 < 3.0.0 @@ -14,5 +15,4 @@ sphinxcontrib-httpdomain < 2.0.0 testtube < 1.0.0 tox < 2.0.0 unittest2 < 1.0.0 -virtualenv-api < 2.1.0 wheel < 1.0.0 diff --git a/setup.py b/setup.py index fcc46b5..ddbeaaa 100644 --- a/setup.py +++ b/setup.py @@ -14,11 +14,11 @@ url=metadata['url'], packages=['changes'], install_requires=[ + 'Fabric < 2.0.0', 'docopt < 1.0.0', 'path.py < 5.0.0', 'semantic_version < 3.0.0', 'sh < 2.0.0', - 'virtualenv < 2.0.0', 'wheel < 1.0.0', ], entry_points={