diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2017-03-29 11:32:58 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2017-03-29 11:34:59 -0400 |
commit | 97f86c66421ca3e16fbc260e833fd400d83b71c1 (patch) | |
tree | 09b5d5a8f01411e2efe6f5a62dee1c4cb286e4a3 /buildscripts/requirements.txt | |
parent | c3f504f2a32dabd609e3c9d0abb1f6860b9fb569 (diff) | |
download | mongo-97f86c66421ca3e16fbc260e833fd400d83b71c1.tar.gz |
SERVER-28305 IDL Parser
Diffstat (limited to 'buildscripts/requirements.txt')
-rw-r--r-- | buildscripts/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt new file mode 100644 index 00000000000..1b6662698d5 --- /dev/null +++ b/buildscripts/requirements.txt @@ -0,0 +1,3 @@ +pyyaml == 3.11 +typing == 3.5 +unittest-xml-reporting == 2.1.0 |