diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-05-29 14:35:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 15:32:38 -0700 |
commit | 174daa3b95411ed6c72cfbc9f8d320d7b45a440e (patch) | |
tree | 8e74aff94de615a691876251822a972600a9f11c /dev-requirements.txt | |
parent | 78b3520e9b78b0cefab37ba96bef00af6b996c4b (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 84d9a137..66edc28b 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 |