You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/04/25 00:30:39 UTC

[14/50] git commit: [#6093] Moved WebError requirement so it's not duplicated for SF build

[#6093] Moved WebError requirement so it's not duplicated for SF build

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/022d84de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/022d84de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/022d84de

Branch: refs/heads/cj/5655
Commit: 022d84de5559b159396e6e6ec772a3855c1b7154
Parents: 02ac467
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Wed Apr 24 14:01:59 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Wed Apr 24 14:01:59 2013 +0000

----------------------------------------------------------------------
 requirements-common.txt |    1 -
 requirements.txt        |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/022d84de/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 4dcf695..75f4541 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -59,7 +59,6 @@ Pylons==1.0
 simplejson==2.2.1
 Tempita==0.5.1
 Routes==1.12.3
-WebError==0.10.3
 WebFlash==0.1a9
 WebHelpers==1.3
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/022d84de/requirements.txt
----------------------------------------------------------------------
diff --git a/requirements.txt b/requirements.txt
index c01f4d8..5fcf891 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,4 @@
 -r requirements-common.txt
 
 GitPython==0.3.2.RC1
+WebError==0.10.3