blob: 37644d0c916b7291db317b6d181235cf2838769a [file] [log] [blame]
OpenStack Proposal Bot9dd154e2014-09-29 21:05:32 +00001# The order of packages is significant, because pip processes them in the order
2# of appearance. Changing the order has an impact on the overall integration
3# process, which may cause wedges in the gate later.
OpenStack Proposal Bot0b5a90e2017-03-08 17:20:35 +00004hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
Sean Dagueb56052b2013-05-21 17:57:41 -04005# needed for doc build
OpenStack Proposal Bot09f92632017-06-27 12:24:26 +00006sphinx>=1.6.2 # BSD
OpenStack Proposal Bot1b9e59b2017-09-14 00:10:19 +00007openstackdocstheme>=1.17.0 # Apache-2.0
OpenStack Proposal Bot05c86922017-08-18 11:44:10 +00008reno>=2.5.0 # Apache-2.0
9mock>=2.0.0 # BSD
OpenStack Proposal Bote7eaab42017-05-18 12:56:52 +000010coverage!=4.4,>=4.0 # Apache-2.0
OpenStack Proposal Bot5f40bcd2015-08-04 14:27:00 +000011oslotest>=1.10.0 # Apache-2.0
Masayuki Igawa134d9f72017-02-10 18:05:26 +090012flake8-import-order==0.11 # LGPLv3