2014-09-03 14:18:17 -04:00
|
|
|
# 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.
|
|
|
|
|
2016-02-11 07:43:34 +00:00
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
2017-09-11 21:46:54 +00:00
|
|
|
netaddr>=0.7.18 # BSD
|
2017-03-03 00:02:50 +00:00
|
|
|
stevedore>=1.20.0 # Apache-2.0
|
2017-09-11 21:46:54 +00:00
|
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
2018-12-24 12:12:17 +03:00
|
|
|
rfc3986>=1.2.0 # Apache-2.0
|
2021-02-18 15:44:40 +00:00
|
|
|
PyYAML>=5.1 # MIT
|
2018-03-19 14:31:54 -04:00
|
|
|
requests>=2.18.0 # Apache-2.0
|
2020-07-05 19:28:07 -04:00
|
|
|
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
|