Split analysis and test dependencies

This commit is contained in:
Swen Kooij
2019-10-20 17:41:31 +03:00
parent 8c78e5f978
commit 3bf7926c57
4 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
-r base.txt
black==19.3b0
flake8==3.7.7
autoflake==1.3
autopep8==1.4.4
isort==4.3.20
sl-docformatter==1.4

View File

@@ -1,13 +1,5 @@
-r base.txt
# Analysis
black==19.3b0
flake8==3.7.7
autoflake==1.3
autopep8==1.4.4
isort==4.3.20
sl-docformatter==1.4
# Tests
coverage==4.4.2
tox==2.9.1