diff options
-rw-r--r-- | requirements-dev.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..dd56df6 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,15 @@ +flake8==3.4.1 +pytest==3.2.2 +pytest-cov==2.5.1 +pytest-catchlog==1.2.2 +docker-py==1.10.6 +coveralls==1.2.0 +Sphinx==1.6.4 +lz4==0.10.1 +xxhash==1.0.1 +python-snappy==0.5.1 +tox==2.9.1 +pytest-pylint==0.7.1 +# pytest-sugar==0.9.0 +pytest-mock==1.6.3 +sphinx-rtd-theme==0.2.4 |