Files
python-cinderclient/requirements.txt
Chuck Short d12d7a73ff python3: compatibility for iteritems and iterkeys
Use six to allow python2/pyton3 for iteritems and
iterkeys.

six.iteriems() replaces dictionary.iteritems() (python2)
and dictionary.iterms() (python3)

six.iterkeys() replaces dictionary.iterkeys (python2)
and dictionary.keys() (python3)

Change-Id: I26c80b78a7dedf3aa32eedf01a83ff6d1e592ba7
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-06-11 13:29:13 -05:00

8 lines
100 B
Plaintext

d2to1>=0.2.10,<0.3
pbr>=0.5,<0.6
argparse
prettytable>=0.6,<0.8
requests>=0.8
simplejson>=2.0.9
six