Move swift client to runtime requirements

We're using swift client in EDP

Change-Id: Idca73e57c274545ed0013a1bc2f7bac1cb63c42c
This commit is contained in:
Sergey Lukjanov 2013-10-09 14:55:17 +04:00
parent 9de465d62d
commit 35738fe028
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ requests>=1.1,<1.2.3
python-cinderclient>=1.0.5
python-keystoneclient>=0.3.2
python-novaclient>=2.15.0
python-swiftclient>=1.5
six
SQLAlchemy>=0.7.8,<=0.7.99
WebOb>=1.2.3,<1.3

View File

@ -12,7 +12,6 @@ nose
openstack.nose_plugin>=0.7
oslo.sphinx
pylint==0.25.2
python-swiftclient>=1.5
sphinx>=1.1.2
sphinxcontrib-httpdomain
unittest2