2014-09-03 11:48:39 -05: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.
|
|
|
|
|
2013-08-16 10:34:40 +08:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2017-03-04 01:43:26 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2013-04-20 22:28:31 -07:00
|
|
|
|
2012-02-20 11:46:46 -08:00
|
|
|
# For translations processing
|
2017-04-07 06:03:59 +00:00
|
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
2012-02-20 11:46:46 -08:00
|
|
|
|
2012-02-25 17:24:39 -08:00
|
|
|
# Needed for testing
|
2016-08-18 05:49:46 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2017-05-20 04:35:18 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-07-03 14:57:11 +00:00
|
|
|
ddt>=1.0.1 # MIT
|
2016-06-08 21:57:31 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-18 15:46:35 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2018-03-17 08:28:33 +00:00
|
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
2017-06-15 18:00:03 +00:00
|
|
|
requests>=2.14.2 # Apache-2.0
|
2016-01-22 04:03:25 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-09-13 12:50:08 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2016-01-22 04:03:25 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-16 11:03:18 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-02-15 01:26:07 +00:00
|
|
|
psutil>=3.2.2 # BSD
|
2018-01-16 12:27:26 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
os-testr>=1.0.0 # Apache-2.0
|
2017-11-16 14:55:19 +07:00
|
|
|
doc8>=0.6.0 # Apache-2.0
|
2016-04-08 10:35:01 +02:00
|
|
|
|
2012-07-31 15:47:39 -04:00
|
|
|
# Optional packages that should be installed when testing
|
2016-12-22 19:01:04 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2017-09-13 12:50:08 +00:00
|
|
|
psycopg2>=2.6.2 # LGPL/ZPL
|
2016-01-22 04:03:25 +00:00
|
|
|
pysendfile>=2.0.0 # MIT
|
2017-09-16 23:11:44 +00:00
|
|
|
qpid-python>=0.26;python_version=='2.7' # Apache-2.0
|
2017-09-13 12:50:08 +00:00
|
|
|
xattr>=0.9.2 # MIT
|
2016-12-05 09:38:03 +00:00
|
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|