diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-05-29 14:35:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-05-29 14:36:26 -0700 |
commit | 0bf3fa458deffe1306f226a7257ceda927ca9e8e (patch) | |
tree | f0ebaa4b1b1517fdb492cc257bb577efe98433e7 /dev-requirements.txt | |
parent | 7f2c35052183b400827d9949a68b41c90f90a32d (diff) |
Modernize travis/dev-reqs/etc re: blackening
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index d41972b9..e4629187 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ # Invocations for common project tasks -invoke>=0.13,<2.0 -invocations>=1.0,<2.0 +invoke>=1.0,<2.0 +invocations>=1.2.0,<2.0 # NOTE: pytest-relaxed currently only works with pytest >=3, <3.3 pytest>=3.2,<3.3 pytest-relaxed==1.1.2 |