glance_store/requirements.txt
Oleksii Chuprykov f181b61e36 Remove network_utils
It is not good to add dependency on oslo-incubator if we can
avoid it. Moreover, there is no `network_utils.py` in
oslo-incubator. Use oslo.utils instead.

Change-Id: Iacc7c36ff83ee9698ee669a5ecc56dd452cc7575
2014-09-28 11:06:38 +08:00

16 lines
263 B
Plaintext

oslo.config>=1.2.0
oslo.i18n>=0.1.0
oslo.serialization>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
stevedore>=0.12
python-cinderclient>=1.0.6
# Required by openstack.common libraries
eventlet>=0.13.0
iso8601>=0.1.8
six>=1.4.1
# py2.6 compat
ordereddict