20a7cee3e3
We don't need this in a Python 3-only world. We can't remove mock yet since there's an issue with the stdlib variant in python3.6, but that is called out. Change-Id: I9657b1fd4409be90d645175a6e177d7e1d2ebac2 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
12 lines
406 B
Plaintext
12 lines
406 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.
|
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
|
netaddr>=0.7.18 # BSD
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
oslo.i18n>=3.15.3 # Apache-2.0
|
|
rfc3986>=1.2.0 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
requests>=2.18.0 # Apache-2.0
|