diff options
author | dimo <[email protected]> | 2019-12-01 12:21:19 +0800 |
---|---|---|
committer | dimo <[email protected]> | 2019-12-01 12:21:19 +0800 |
commit | db213fa0e2909892fda8fcc67b0c32d06c5dd8aa (patch) | |
tree | b19dcfc4609ab8f9d048e1679298b34133a9a6cb | |
parent | d4a74581dad26da56a19f6f4455398806b4607f4 (diff) | |
download | bazarr-db213fa0e2909892fda8fcc67b0c32d06c5dd8aa.tar.gz bazarr-db213fa0e2909892fda8fcc67b0c32d06c5dd8aa.zip |
Add dev-requirements.txt for testing
-rw-r--r-- | dev-requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt new file mode 100644 index 000000000..e812f80b9 --- /dev/null +++ b/dev-requirements.txt @@ -0,0 +1,6 @@ +sympy +vcrpy>=1.6.1 +pytest +pytest-pep8 +pytest-flakes +pytest-cov |