f1cb11a550
Update to get jsonutils compatible with Python 3. The babel Python module is now required by gettextutils, and gettextutils is imported by excutils. Change-Id: Ifa6d6b29e2af58dfcfda1ab7efdb2f32cf9de655
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
oslo.config>=1.2.0
|
|
stevedore>=0.12
|
|
|
|
# for timeutils
|
|
iso8601>=0.1.8
|
|
|
|
# for jsonutils
|
|
six>=1.4.1
|
|
|
|
# FIXME(markmc): remove this when the drivers no longer
|
|
# import eventlet
|
|
eventlet>=0.13.0
|
|
|
|
# used by openstack/common/gettextutils.py
|
|
Babel>=1.3
|