summaryrefslogtreecommitdiff
path: root/buildscripts/requirements.txt
blob: 325d4ab89d4e4ea9d0a4b3c718af0dbcf7cc9039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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.580 ; python_version > "3"
# typing in Python 2 for mypy
typing == 3.6.1; python_version < "3"
pylint == 1.8.3
pydocstyle == 2.1.1
# resmoke.py
-r resmokelib/requirements.txt
# generate_error_codes.py
cheetah3 == 3.0.0; python_version < "3"
jinja2 == 2.10
mock == 2.0.0