blob: 11f4a606f42303c7b8387886192d02079cabb0e0 [file] [log] [blame]
DavidPurcell663aedf2017-01-03 10:01:14 -05001# 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.
Ghanshyam Mann5a0c57c2020-05-12 21:51:09 -05004hacking>=3.0.1,<3.1.0 # Apache-2.0
OpenStack Proposal Botd8e0d082017-07-25 20:47:47 +00005fixtures>=3.0.0 # Apache-2.0/BSD
OpenStack Proposal Botc971b452017-07-06 14:03:09 +00006coverage!=4.4,>=4.0 # Apache-2.0
OpenStack Proposal Bot6836b872017-09-16 23:22:34 +00007nose>=1.3.7 # LGPL
8nosexcover>=1.0.10 # BSD
OpenStack Proposal Bote6a70a52018-01-16 04:28:31 +00009oslotest>=3.2.0 # Apache-2.0
Gage Hugo0f73e7c2018-08-21 15:51:08 -050010bandit>=1.5 # Apache-2.0
Ghanshyam Manncfac16a2020-07-26 12:48:10 -050011mock>=2.0.0 # BSD