Files
python-aodhclient/requirements.txt
wangzihao b625d7b182 Remove six
Remove six.moves Replace the following items with Python 3 style code.
- six.moves.urllib
- six.iteritems
- six.PY2
- six.StringIO

Change-Id: If3fe0e534b092d436e46fca944c2955911e38197
2022-05-09 16:37:02 +00:00

13 lines
446 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.
pbr>=1.4
cliff!=1.16.0,>=1.14.0 # Apache-2.0
osc-lib>=1.0.1 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
keystoneauth1>=1.0.0
pyparsing