Skip to content

Commit

Permalink
remove obsolete dependency (#395)
Browse files Browse the repository at this point in the history
`six` is not necessary to run `flake8`.
  • Loading branch information
jugmac00 authored Mar 24, 2021
1 parent 6566e3d commit 4ad897f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ commands=

[testenv:flake8]
deps=
six
flake8
commands=
flake8 --exclude=".*" flask_migrate tests
Expand Down

0 comments on commit 4ad897f

Please sign in to comment.