69d34b2e85
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more details information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I4dd494a46011aa8547f52b442f9cba4d402fb91a
29 lines
897 B
Plaintext
29 lines
897 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.
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
croniter>=0.3.4 # MIT License
|
|
doc8>=0.6.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keystonemiddleware>=4.17.0 # Apache-2.0
|
|
mistral-lib>=0.4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
networkx>=1.10 # BSD
|
|
nose>=1.3.7 # LGPL
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
oslo.db>=4.27.0 # Apache-2.0
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
oauthlib>=0.6.2 # BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
tooz>=1.58.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
unittest2>=1.1.0 # BSD
|
|
WSME>=0.8.0 # MIT
|