Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A7A6D6DE for ; Tue, 2 Oct 2012 19:33:32 +0000 (UTC) Received: (qmail 32013 invoked by uid 500); 2 Oct 2012 19:33:32 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 31984 invoked by uid 500); 2 Oct 2012 19:33:32 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 31939 invoked by uid 99); 2 Oct 2012 19:33:32 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 19:33:32 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3ACBC372FC; Tue, 2 Oct 2012 19:33:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johnsca@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [4/8] git commit: [#4785] ticket:163 add SQLAlchemy and MySQL-python to buildbot requirements Message-Id: <20121002193332.3ACBC372FC@tyr.zones.apache.org> Date: Tue, 2 Oct 2012 19:33:32 +0000 (UTC) [#4785] ticket:163 add SQLAlchemy and MySQL-python to buildbot requirements Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/96f64bdc Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/96f64bdc Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/96f64bdc Branch: refs/heads/master Commit: 96f64bdc0f3a9fa882b357fd917203f11d19fc85 Parents: 1753422 Author: Igor Bondarenko Authored: Fri Sep 7 16:52:18 2012 +0300 Committer: Cory Johns Committed: Tue Oct 2 15:12:32 2012 +0000 ---------------------------------------------------------------------- requirements.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/96f64bdc/requirements.txt ---------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index ba83bbf..89baadc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,8 @@ # https://github.com/aaronsw/html2text/commit/a5c0f3317edd1c9b61f89539b6a6e8363cf99225 -e git://github.com/aaronsw/html2text.git#egg=html2text +SQLAlchemy==0.7.2 +MySQL-python + # Include our common requirements -r requirements-common.txt