Files
python-designateclient/requirements.txt
Christian Berendt d6bca95537 Use six.add_metaclass instead of __metaclass__
According to http://docs.openstack.org/developer/hacking/ it should
be preferred to use six.add_metaclass instead of __metaclass__.

Added new requirement six >= 1.6.0.

Change-Id: Ic7e4f5cb03889cc6bfdb04a657d4654b5fedc985
2014-06-06 12:16:54 +01:00

8 lines
122 B
Plaintext

cliff>=1.4.3
jsonschema>=2.0.0,<3.0.0
pbr>=0.6,<1.0
python-keystoneclient>=0.6.0
requests>=1.1
six>=1.6.0
stevedore>=0.14