Skip to content

Commit

Permalink
add isort>=5.0 and remove black constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Nov 8, 2020
1 parent 1f56ce4 commit 311a628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ install_requires =
jinja2>=2.10.1,<3.0
inflect>=4.1.0,<5.0
pydantic[email]>=1.5.1,<2.0
black>=19.10b0,<20
isort>=4.3.21,<5.0
black>=19.10b0
isort>=5.0
PySnooper>=0.4.1,<1.0.0
toml>=0.10.0,<1.0.0
genson>=1.2.1,<2.0
Expand Down

0 comments on commit 311a628

Please sign in to comment.