blob: 538777039bbb0bbcf68371b6323b7d6e1a3fb4e9 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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.
packaging==16.8.0 # BSD or Apache License, Version 2.0
# Yardstick F release <-> OpenStack Pike release
openstack_requirements==1.1.0 # OSI Approved Apache Software License
-e git+https://github.com/openstack/requirements.git@stable/pike#egg=os_requirements
|