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
|
2017-02-06 12:00:34 +08:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2014-07-08 09:39:03 -07:00
|
|
|
#
|
2017-05-15 00:44:34 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-07-21 13:24:52 +00:00
|
|
|
django-nose>=1.4.4 # BSD
|
2017-09-16 23:12:37 +00:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2017-07-02 10:50:06 +00:00
|
|
|
flake8-import-order==0.12 # LGPLv3
|
2017-08-18 04:41:10 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-09-11 23:28:30 +00:00
|
|
|
mox3>=0.20.0 # Apache-2.0
|
2016-12-03 11:42:14 +00:00
|
|
|
nodeenv>=0.9.4 # BSD
|
2017-09-16 23:12:37 +00:00
|
|
|
nose>=1.3.7 # LGPL
|
|
|
|
nose-exclude>=0.3.0 # LGPL
|
|
|
|
nosexcover>=1.0.10 # BSD
|
2016-01-25 00:19:31 +00:00
|
|
|
openstack.nose-plugin>=0.7 # Apache-2.0
|
2017-09-13 12:51:00 +00:00
|
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|
2017-08-18 11:30:37 +00:00
|
|
|
reno>=2.5.0 # Apache-2.0
|
2017-06-10 21:37:41 +00:00
|
|
|
requests>=2.14.2 # Apache-2.0
|
2016-02-11 14:46:21 +00:00
|
|
|
selenium>=2.50.1 # Apache-2.0
|
2017-06-27 17:43:20 +00:00
|
|
|
sphinx>=1.6.2 # BSD
|
2017-07-11 14:19:57 +01:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-16 11:04:47 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
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
|