
Requirement versions were set in the first place to limit the buginess. However, after some time it appears that it made more harm than good, as discussed in: https://review.openstack.org/#/c/388003/ In this commit we remove the versions for all the requirements. In the future, if a specific dependency version if causing some issue we should reintroduce the version for this dependency to block the unstable version. Sem-Ver: bugfix Change-Id: Ia42509bf2bf9012cc03c8bb25b84f465425e2aad
14 lines
329 B
Plaintext
14 lines
329 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
|
|
|
|
eventlet
|
|
oslo.config
|
|
python-dateutil
|
|
requests
|
|
|
|
# Packages not available as system packages (rpm or deb)
|
|
tabulate
|