summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2012-12-04 10:40:10 -0500
committerMark McLoughlin <markmc@redhat.com>2013-02-05 10:50:12 +0000
commit13a9e6dca7742493253d5b9b4bedb01d07fb242d (patch)
tree08455b67bf0e13593ad34260eb7fd7dd71ff36f9 /tools
parentbd5d9f08ecc3c1fade6dce809ee9edef1c226e54 (diff)
downloadoslo-13a9e6dca7742493253d5b9b4bedb01d07fb242d.tar.gz
oslo-13a9e6dca7742493253d5b9b4bedb01d07fb242d.tar.xz
oslo-13a9e6dca7742493253d5b9b4bedb01d07fb242d.zip
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
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
-rw-r--r--tools/test-requires1
2 files changed, 2 insertions, 0 deletions
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