2014-09-29 21:05:32 +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.
|
2017-03-08 17:20:35 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2013-05-21 17:57:41 -04:00
|
|
|
# needed for doc build
|
2017-03-01 04:17:53 +00:00
|
|
|
sphinx>=1.5.1 # BSD
|
2016-09-27 22:40:44 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2016-11-04 10:39:04 +00:00
|
|
|
reno>=1.8.0 # Apache-2.0
|
2016-05-30 17:51:22 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-11-04 10:39:04 +00:00
|
|
|
coverage>=4.0 # Apache-2.0
|
2015-08-04 14:27:00 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2017-02-10 18:05:26 +09:00
|
|
|
flake8-import-order==0.11 # LGPLv3
|