Skip to content

Commit

Permalink
setup: pin black <20
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Sep 1, 2020
1 parent d5ce477 commit 8b6ea7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.7.0.dev20200707"
__version__ = "0.7.0a1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

install_requires = [
"apispec>=0.21.0,<0.40",
'black>=19.10b0 ; python_version>="3"',
'black>=19.10b0,<20 ; python_version>="3"',
"check-manifest>=0.25,<1",
"checksumdir>=1.1.4,<1.2",
"click>=7.0",
Expand Down

0 comments on commit 8b6ea7b

Please sign in to comment.