summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/requirements.txt
blob: 0f32c9d9b64b0edf60a2bafdbd94d926faec3741 (plain)
1
2
3
4
5
6
7
mock == 2.0.0 ; python_version < "3"
pymongo >= 3.0
pypiwin32 == 219 ; sys_platform == "win32" and python_version < "3"
pypiwin32 == 223 ; sys_platform == "win32" and python_version > "3"
PyYAML == 3.11
requests >= 2.0.0
subprocess32 >= 3.2.7 ; os_name == "posix" and python_version < "3"