You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/07/31 18:41:13 UTC

git commit: Move requests pkg to common dependencies

Updated Branches:
  refs/heads/master 8b994ee25 -> 868694ecb


Move requests pkg to common dependencies

Signed-off-by: Tim Van Steenburgh <tv...@gmail.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/868694ec
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/868694ec
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/868694ec

Branch: refs/heads/master
Commit: 868694ecb4c4471741693e13c6b1033aa6151d79
Parents: 8b994ee
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Wed Jul 31 16:40:53 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Wed Jul 31 16:40:53 2013 +0000

----------------------------------------------------------------------
 requirements-common.txt   | 1 +
 requirements-optional.txt | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/868694ec/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index 81a470b..5e261a0 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -38,6 +38,7 @@ python-magic==0.4.3
 python-openid==2.2.5
 python-oembed==0.2.1
 pytidylib==0.2.1
+requests==1.2.3
 # for taskd proc name switching
 setproctitle==1.1.7
 # dep of pypeline

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/868694ec/requirements-optional.txt
----------------------------------------------------------------------
diff --git a/requirements-optional.txt b/requirements-optional.txt
index da1f205..accdc43 100644
--- a/requirements-optional.txt
+++ b/requirements-optional.txt
@@ -15,6 +15,3 @@ MySQL-python  # GPL
 # One or the other is required to enable spam checking
 akismet==0.2.0
 PyMollom==0.1  # GPL
-
-# For wiki-export script
-requests