7e7f1cb92b
Depends-On: I780c270e4b1a184d7d4dcc580d23697ba75edab1 Closes-bug: #1815183 Change-Id: I5a1d402baa3f69c37f9347c8b3d02a83b8f60423
30 lines
958 B
Plaintext
30 lines
958 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>=1.1.0,<1.2.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.18.0 # Apache-2.0
|
|
mistral-lib>=1.2.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
networkx<2.3,>=1.10;python_version<'3.0' # BSD
|
|
networkx>=2.3;python_version>='3.4' # 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
|