Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Feb 15, 2024
1 parent 653f59a commit b97b21a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
],
# mark test target to require extras.
extras_require={
"test": ["mock", "coverage>=5.4,<5.5", "sorl-thumbnail>=12.9,<12.10", "django-oscar @ git+https://github.com/django-oscar/django-oscar.git"],
"test": [
"mock",
"coverage>=5.4,<5.5",
"sorl-thumbnail>=12.9,<12.10",
"django-oscar @ git+https://github.com/django-oscar/django-oscar.git",
],
"dev": ["pylint>=2.17.4", "pylint-django>=2.5.3", "black>=23.3.0"],
},
)

0 comments on commit b97b21a

Please sign in to comment.