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
|
2020-05-12 21:23:48 -05:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2016-08-19 19:54:24 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2017-05-31 16:47:47 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-10-23 11:23:29 +00:00
|
|
|
nose>=1.3.7 # LGPL
|
|
|
|
nosexcover>=1.0.10 # BSD
|
2016-01-16 03:34:00 +00:00
|
|
|
openstack.nose-plugin>=0.7 # Apache-2.0
|
2017-10-23 11:23:29 +00:00
|
|
|
WebTest>=2.0.27 # 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
|
2017-11-16 11:30:47 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
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
|
2017-10-23 11:23:29 +00:00
|
|
|
psycopg2>=2.6.2 # 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
|
2018-04-16 17:46:04 +08:00
|
|
|
stestr>=1.1.0 # Apache-2.0
|
2017-11-30 08:27:38 +07:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2018-06-13 15:45:36 -04:00
|
|
|
astroid==1.6.5 # LGPLv2.1
|
|
|
|
pylint==1.9.2 # GPLv2
|
2019-05-08 02:16:24 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2019-06-06 21:27:16 +12:00
|
|
|
tenacity>=4.9.0 # Apache-2.0
|
2020-02-22 17:42:31 +01:00
|
|
|
# Docs building
|
|
|
|
openstackdocstheme>=1.32.1 # Apache-2.0
|
|
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
|
|
reno>=2.5.0 # Apache-2.0
|