Skip to content

Commit

Permalink
Fixed attrs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jun 3, 2020
1 parent 437bb92 commit 386a619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ verify_ssl = true


[dev-packages]
attrs = "==19.3.0"
bandit = "==1.6.2"
black = "==19.10b0"
check-manifest = "==0.42"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ install_requires =

[options.extras_require]
test =
attrs==19.3.0
bandit==1.6.2
black==19.10b0
check-manifest==0.42
Expand Down

0 comments on commit 386a619

Please sign in to comment.