Skip to content

Commit 86b22a4

Browse files
authored
Remove not needed six dependency (#440)
The six package is not required anymore, python2 support was removed in 19c36b2
1 parent e62212e commit 86b22a4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
django>=1.8
22
redis>=3.0.0
33
funcy>=1.8,<2.0
4-
six>=1.4.0
54
before_after==1.0.0
65
jinja2>=2.10
76
dill

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
'django>=2.1',
2828
'redis>=3.0.0',
2929
'funcy>=1.8,<2.0',
30-
'six>=1.4.0',
3130
],
3231
classifiers=[
3332
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)