Skip to content

Commit

Permalink
Remove not needed six dependency (#440)
Browse files Browse the repository at this point in the history
The six package is not required anymore, python2 support was removed in
19c36b2
  • Loading branch information
danigm authored and Suor committed Feb 25, 2023
1 parent b2cc456 commit 86ef569
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
django>=1.8
redis>=3.0.0
funcy>=1.8,<2.0
six>=1.4.0
before_after==1.0.0
jinja2>=2.10
dill
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
'django>=2.1',
'redis>=3.0.0',
'funcy>=1.8,<2.0',
'six>=1.4.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 86ef569

Please sign in to comment.