summaryrefslogtreecommitdiffstats
path: root/src/python-common/requirements.txt
blob: 88b47310d678fb73eaeb93e347459525bc864a49 (plain)
1
2
3
4
5
6
7
8
pytest >=2.1.3,<5; python_version < '3.5'
mock; python_version < '3.3'
mypy; python_version >= '3'
pytest-mypy; python_version >= '3'
pytest >= 2.1.3; python_version >= '3'
pyyaml
typing-extensions; python_version < '3.8'
types-PyYAML