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
This commit is contained in:
parent
ffeb89d123
commit
8fcce8b2e9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user