blob: 165d1fe5a2a1466bf36e89cbdd1ab80edcd70a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is specifically intended to pull in *all* of our
# requirements.
-r components/core.req
-r components/compile.req
-r components/evergreen.req
-r components/lint.req
-r components/resmoke.req
-r components/idl.req
-r components/aws.req
-r components/jiraclient.req
-r components/platform.req
|