2014-09-11 17:14:36 +00:00
|
|
|
# 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.
|
2014-07-08 09:39:03 -07:00
|
|
|
# Order matters to the pip dependency resolver, so sorting this file
|
|
|
|
# changes how packages are installed. New dependencies should be
|
|
|
|
# added in alphabetical order, however, some dependencies may need to
|
|
|
|
# be installed in a specific order.
|
|
|
|
#
|
|
|
|
# Hacking should appear first in case something else depends on pep8
|
2015-06-22 08:21:19 +00:00
|
|
|
hacking<0.11,>=0.10.0
|
2014-07-08 09:39:03 -07:00
|
|
|
#
|
2013-05-29 12:23:21 +02:00
|
|
|
coverage>=3.6
|
2015-05-11 16:03:03 +00:00
|
|
|
django-nose>=1.2
|
2015-07-23 12:49:56 +00:00
|
|
|
mock>=1.2
|
2015-07-13 12:19:53 +02:00
|
|
|
mox3>=0.7.0
|
2014-07-02 12:33:22 +00:00
|
|
|
nodeenv>=0.9.4 # BSD License
|
2012-02-29 17:31:12 -08:00
|
|
|
nose
|
2012-04-26 19:22:51 -07:00
|
|
|
nose-exclude
|
2014-02-27 14:22:18 +08:00
|
|
|
nosehtmloutput>=0.0.3
|
2012-05-26 14:58:14 -04:00
|
|
|
nosexcover
|
2015-06-22 08:21:19 +00:00
|
|
|
openstack.nose-plugin>=0.7
|
|
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
2014-02-27 14:22:18 +08:00
|
|
|
selenium
|
2015-06-22 08:21:19 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
|
|
testtools>=1.4.0
|
2014-03-11 18:51:10 +02:00
|
|
|
# This also needs xvfb library installed on your OS
|
2014-07-02 12:33:22 +00:00
|
|
|
xvfbwrapper>=0.1.3 #license: MIT
|