0085d08baa
keystone_authtoken/auth_uri is deprecated [1]. Use www_authenticate_uri instead. keystonemiddleware in requirements and lower constraints should be increased because www_authenticate_uri was introduced in keystonemiddleware 4.18.0. [1] https://review.openstack.org/#/c/508522/ Change-Id: I99b0ee941d702a28fb4f392d9747d0e2257a42c8 Closes-Bug: #1788174
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.18.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
|