From 8fcce8b2e9d3d89902e81440d695ae22ae7f0305 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 27 Mar 2014 09:41:29 -0700 Subject: [PATCH] Added missing requirements back to storyboard Prod is broken, because I forgot about libraries. With these two I was able to get the API running with no test dependencies installed. Change-Id: I178ddf464495b20f9a94f963cf58ab9f28a3af73 --- requirements.txt | 2 ++ test-requirements.txt | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 42084b48..a2c4ccaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,5 @@ requests>=1.1 six>=1.5.2 SQLAlchemy>=0.8,<=0.8.99 WSME>=0.5b6 +sqlalchemy-migrate>=0.8.2,!=0.8.4 +eventlet>=0.13.0 diff --git a/test-requirements.txt b/test-requirements.txt index 034d1e1d..b7a0680c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,11 +15,6 @@ posix_ipc>=0.9.8 # Some of the tests use real MySQL and Postgres databases MySQL-python psycopg2 -# openstack/common/db/sqlalchemy/utils.py depends on this -# we don't use migrate framework in storyboard -sqlalchemy-migrate>=0.8.2,!=0.8.4 -# this is a dependency of openstack/common/sqlalchemy/utils -eventlet>=0.13.0 # Doc requirements sphinx>=1.1.2,<1.2