Skip to content

Commit

Permalink
feat: drop six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 1, 2023
1 parent 6c65d32 commit d0f888d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions plone/memoize/ram.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from zope.ramcache import ram
from zope.ramcache.interfaces.ram import IRAMCache

import six


try:
import pickle # Python 3
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def read(*rnames):
),
install_requires=[
"setuptools",
"six",
"zope.annotation",
"zope.component",
"zope.interface",
Expand Down

0 comments on commit d0f888d

Please sign in to comment.