Skip to content

Commit

Permalink
removed useless package
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed May 15, 2024
1 parent ace4ff1 commit d4c2cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
# mark test target to require extras.
extras_require={
"dev": ["coverage", "mock", "twine", "wheel", "sorl-thumbnail"],
"dev": ["coverage", "wheel", "sorl-thumbnail"],
"lint": ["pylint", "pylint-django", "black>=23.1.0"],
},
)

0 comments on commit d4c2cd5

Please sign in to comment.