blob: f53437e67ebc9e4dbc3f1ceefaae8966188afa76 [file] [log] [blame]
Nishant Kumar9d06ea92017-07-20 12:13:03 -04001# 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.
4
Sean McGinnis44fed342017-12-01 16:44:57 -06005hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
Nishant Kumar9d06ea92017-07-20 12:13:03 -04006
OpenStack Proposal Bot75579252018-01-05 10:38:30 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
jacky068ab0e972019-06-18 22:45:50 +08009sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
10sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
OpenStack Proposal Bot4f86dba2018-01-24 01:50:27 +000011oslotest>=3.2.0 # Apache-2.0
OpenStack Proposal Bot75579252018-01-05 10:38:30 +000012testrepository>=0.0.18 # Apache-2.0/BSD
13testtools>=2.2.0 # MIT
OpenStack Proposal Bot46b433f2018-01-27 17:31:30 +000014openstackdocstheme>=1.18.1 # Apache-2.0