Skip to content

Commit c35d4b6

Browse files
committed
refactor: no need for six anymore
1 parent 09ed8b4 commit c35d4b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ force_grid_wrap=0
44
include_trailing_comma=True
55
line_length=79
66
multi_line_output=3
7-
known_third_party = coverage,django,setuptools,six,unittest_mixins
7+
known_third_party = coverage,django,setuptools,unittest_mixins

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def read(*names, **kwargs):
6464
packages=['django_coverage_plugin'],
6565
install_requires=[
6666
'coverage',
67-
'six >= 1.4.0',
6867
],
6968
license='Apache-2.0',
7069
classifiers=classifiers.splitlines(),

0 commit comments

Comments
 (0)