summaryrefslogtreecommitdiff
path: root/buildscripts/requirements.txt
blob: 2218745ec095bd134d92d10855fe9746cbb3b433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Jira integration
cryptography == 1.7.2
jira == 1.0.10
pyjwt == 1.5.3
# Other
pyyaml == 3.11
unittest-xml-reporting == 2.1.0
# Linters
yapf == 0.21.0
mypy == 0.501 ; python_version > "3"
# typing in Python 2 for mypy
typing == 3.6.1; python_version < "3"
pylint == 1.6.5
pydocstyle == 1.1.1
# resmoke.py
-r resmokelib/requirements.txt
# generate_error_codes.py
cheetah3 == 3.0.0; python_version < "3"