diff options
Diffstat (limited to 'src/python-common/requirements.txt')
-rw-r--r-- | src/python-common/requirements.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/python-common/requirements.txt b/src/python-common/requirements.txt new file mode 100644 index 000000000..432fcd5e3 --- /dev/null +++ b/src/python-common/requirements.txt @@ -0,0 +1,7 @@ +pytest >=2.1.3,<5; python_version < '3.5' +mock; python_version < '3.3' +mypy==0.790; python_version >= '3' +pytest-mypy; python_version >= '3' +pytest >= 2.1.3; python_version >= '3' +pyyaml +typing-extensions; python_version < '3.8' |