The OpenStack internationalization (i18n) system was moved from oslo-incubator to the oslo.i18n library. This new library also has a refined way to tag logging strings for translation as detailed in on this page: http://docs.openstack.org/developer/oslo.i18n/guidelines.html This CR updates Barbican's logging text messages accordingly. A separate CR will update the barbican/openstack package structure from oslo-incubator to remove all references to the old i18n system. Change-Id: Ibc2700324495d01c571343937a9d1771ba9e5b85
28 lines
677 B
Plaintext
28 lines
677 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
alembic>=0.6.4
|
|
argparse
|
|
Babel>=1.3
|
|
cryptography>=0.4 # Apache-2.0
|
|
eventlet>=0.15.2
|
|
iso8601>=0.1.9
|
|
jsonschema>=2.0.0,<3.0.0
|
|
kombu>=2.5.0
|
|
netaddr>=0.7.12
|
|
oslo.config>=1.4.0 # Apache-2.0
|
|
oslo.i18n>=1.0.0 # Apache-2.0
|
|
oslo.messaging>=1.4.0,!=1.5.0
|
|
Paste
|
|
PasteDeploy>=1.5.0
|
|
pbr>=0.6,!=0.7,<1.0
|
|
pecan>=0.8.0
|
|
pycrypto>=2.6
|
|
pysqlite
|
|
keystonemiddleware>=1.0.0
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
|
|
stevedore>=1.1.0 # Apache-2.0
|
|
WebOb>=1.2.3
|
|
wsgiref>=0.1.2
|