be6b84407c
Change-Id: I9f6554d78e4bf88c76ced9911203a229e0afe8b2
28 lines
594 B
Plaintext
28 lines
594 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.11,>=0.10.0
|
|
|
|
coverage>=3.6
|
|
django-nose>=1.2
|
|
nose
|
|
oslo.config>=2.3.0 # Apache-2.0
|
|
openstack.nose-plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
|
|
testtools>=1.4.0
|
|
mock>=1.2
|
|
mox3>=0.7.0
|
|
|
|
# Docs Requirements
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
|
|
# Horizon requirements
|
|
Django<1.9,>=1.7
|
|
django-compressor>=1.4
|
|
django-openstack-auth>=1.4.0
|
|
|
|
# js lint tests
|
|
nodeenv>=0.9.4 # BSD License
|