From 13a9e6dca7742493253d5b9b4bedb01d07fb242d Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Tue, 4 Dec 2012 10:40:10 -0500 Subject: Import sqlalchemy session/models/utils Bring in session, base model, utilities, and tests for sqlalchemy from Nova. Add sqlalchemy to pip-requires and and python-mysql to test-requires. Partially implements blueprint common-db Change-Id: I3e0065cdac87e10c4e0742d66c293c72bb3acbb2 --- tools/pip-requires | 1 + tools/test-requires | 1 + 2 files changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 8a35a6e..31be6e3 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -9,3 +9,4 @@ anyjson==0.2.4 kombu==1.0.4 argparse stevedore +SQLAlchemy>=0.7.8,<=0.7.9 diff --git a/tools/test-requires b/tools/test-requires index 393b72a..4de5e10 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -17,3 +17,4 @@ setuptools-git>=0.4 sphinx testtools>=0.9.22 webtest +MySQL-python -- cgit