diff options
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 56f53ad9..aa2f8d49 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Invocations for common project tasks -invoke>=1.0,<2.0 -invocations>=1.2.0,<2.0 +invoke==1.6.0 +invocations==2.3.0 pytest==4.4.2 pytest-relaxed==1.1.5 # pytest-xdist for test dir watching and the inv guard task @@ -8,16 +8,16 @@ pytest-xdist==1.28.0 mock==2.0.0 # Linting! flake8==3.8.3 +# Formatting! +black==18.6b4 # Coverage! coverage==4.5.4 -codecov==1.6.3 +codecov==2.1.11 # Documentation tools sphinx>=1.4,<1.7 alabaster==0.7.12 releases>=1.5,<2.0 # Release tools semantic_version>=2.4,<2.5 -wheel==0.24 -twine==1.11.0 # Self --e . +-e ".[ed2559,invoke]" |