Skip to content

Commit

Permalink
drop black and flake8 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Jun 4, 2021
1 parent d0eab4f commit bddadaf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions requirements/ci/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ dependencies:

# Test dependencies.
- asv
- black=21.5b2
- filelock
- flake8
- imagehash>=4.0
- nose
- pillow<7
Expand Down
2 changes: 0 additions & 2 deletions requirements/ci/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ dependencies:

# Test dependencies.
- asv
- black=21.5b2
- filelock
- flake8
- imagehash>=4.0
- nose
- pillow<7
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ docs =
sphinx-panels
test =
asv
black==21.5b2
filelock
flake8
imagehash>=4.0
nose
pillow<7
Expand All @@ -92,4 +90,4 @@ all =
pyugrid
stratify
%(docs)s
%(test)s
%(test)s

0 comments on commit bddadaf

Please sign in to comment.