Skip to content

Commit c2b6089

Browse files
author
Sylvain MARIE
committed
Now enforcing usage of makefun 1.9.3 or above to avoid issue AttributeError: 'functools.partial' object has no attribute '__module__' mentioned in #128
1 parent 5fc01e1 commit c2b6089

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
@@ -13,7 +13,7 @@
1313
from setuptools_scm import get_version # noqa: E402
1414

1515
# *************** Dependencies *********
16-
INSTALL_REQUIRES = ['decopatch', 'makefun>=1.7',
16+
INSTALL_REQUIRES = ['decopatch', 'makefun>=1.9.3',
1717
'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"',
1818
]
1919
DEPENDENCY_LINKS = []

0 commit comments

Comments
 (0)