Skip to content

Commit 7286ee7

Browse files
committed
Add wheel as test dependency
1 parent 957f2a0 commit 7286ee7

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
@@ -24,7 +24,7 @@
2424
],
2525
extras_require={
2626
'with_django': ['Django'],
27-
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest'],
27+
'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest', 'wheel'],
2828
},
2929
license='GPLv2',
3030
classifiers=[

0 commit comments

Comments
 (0)