Skip to content

Commit d4689ba

Browse files
committed
Removed six dependency
This was forgotten when Python 2 support was removed.
1 parent e62cf65 commit d4689ba

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
@@ -42,5 +42,5 @@
4242
packages=find_packages(exclude=['tests', 'tests.*']),
4343
include_package_data=True,
4444
test_suite='tests.runtests.main',
45-
install_requires=['Django>=1.11', 'six']
45+
install_requires=['Django>=1.11']
4646
)

0 commit comments

Comments
 (0)