ironic-prometheus-exporter/requirements.txt
Iury Gregory Melo Ferreira b46fe7acda Stop configuring install_command in tox.
Currently, we are overriding 'install_command' to use 'pip'. This is
considered poor behavior and 'python -m pip' should be used instead:

https://snarky.ca/why-you-should-use-python-m-pip/

It turns out that this is the the default value provided by tox:

https://tox.readthedocs.io/en/latest/config.html#conf-install_command

So we can remove the line and simply use the default value.

openstack-discuss thread
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014237.html

Bumping pbr since oslo.log requires 3.1.1

Change-Id: I1f968c724e79e04bbc2fe8cb26fd54404b0350e0
2020-04-27 20:42:45 +02:00

6 lines
147 B
Plaintext

pbr>=3.1.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
oslo.messaging>=9.4.0 # Apache-2.0
Flask>=1.0.0 # BSD
prometheus_client>=0.6.0 # Apache-2.0