2014-09-19 08:52:28 +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-01-16 13:30:00 +01:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2016-11-17 06:11:39 -05:00
|
|
|
hacking<0.13,>=0.12.0 # Apache-2.0
|
2016-08-19 19:54:24 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2016-09-28 17:02:33 +00:00
|
|
|
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
|
2016-08-26 09:19:00 +00:00
|
|
|
os-api-ref>=1.0.0 # Apache-2.0
|
2016-09-28 17:02:33 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2016-11-02 22:02:50 +00:00
|
|
|
reno>=1.8.0 # Apache-2.0
|
2016-10-27 12:24:23 +00:00
|
|
|
coverage>=4.0 # Apache-2.0
|
2016-01-16 03:34:00 +00:00
|
|
|
nose # LGPL
|
|
|
|
nosexcover # BSD
|
2016-08-26 09:19:00 +00:00
|
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
2016-01-16 03:34:00 +00:00
|
|
|
openstack.nose-plugin>=0.7 # Apache-2.0
|
|
|
|
WebTest>=2.0 # MIT
|
2016-09-28 17:02:33 +00:00
|
|
|
wsgi-intercept>=1.4.1 # MIT License
|
2016-01-16 03:34:00 +00:00
|
|
|
proboscis>=1.2.5.3 # Apache-2.0
|
2016-04-10 18:29:01 +00:00
|
|
|
python-troveclient>=2.2.0 # Apache-2.0
|
2016-05-26 17:07:19 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-01-16 03:34:00 +00:00
|
|
|
mox3>=0.7.0 # Apache-2.0
|
|
|
|
testtools>=1.4.0 # MIT
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2016-03-12 00:16:44 +00:00
|
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
2016-01-16 03:34:00 +00:00
|
|
|
redis>=2.10.0 # MIT
|
|
|
|
psycopg2>=2.5 # LGPL/ZPL
|
2016-08-03 19:04:21 +00:00
|
|
|
cassandra-driver!=3.6.0,>=2.1.4 # Apache-2.0
|
2016-01-20 12:16:29 -06:00
|
|
|
couchdb>=0.8 # Apache-2.0
|
2016-09-30 10:25:55 +00:00
|
|
|
os-testr>=0.8.0 # Apache-2.0
|
2016-09-15 20:27:33 +00:00
|
|
|
astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4
|
|
|
|
pylint==1.4.5 # GPLv2
|