2015-03-17 08:35:39 -04: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-02 10:49:14 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2015-03-17 08:35:39 -04:00
|
|
|
|
2017-05-18 12:55:30 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-02-10 05:59:48 +00:00
|
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
2016-06-20 17:01:28 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-18 15:58:57 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2016-05-13 17:09:02 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-11-16 11:26:59 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2018-03-23 07:52:42 +00:00
|
|
|
requests-mock>=1.2.0 # Apache-2.0
|