Skip to content

Commit 07be719

Browse files
atodorovcarlio
authored andcommitted
Add wheel as test dependency
1 parent 1d7cc8a commit 07be719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
extras_require={
2525
"with_django": ["Django"],
26-
"for_tests": ["django_tables2", "factory-boy", "coverage", "pytest"],
26+
"for_tests": ["django_tables2", "factory-boy", "coverage", "pytest", "wheel"],
2727
},
2828
license="GPLv2",
2929
classifiers=[

0 commit comments

Comments
 (0)