Skip to content

Commit

Permalink
Now enforcing usage of makefun 1.9.3 or above to avoid issue `Attri…
Browse files Browse the repository at this point in the history
…buteError: 'functools.partial' object has no attribute '__module__'` mentioned in #128
  • Loading branch information
Sylvain MARIE committed Aug 20, 2020
1 parent 5fc01e1 commit c2b6089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from setuptools_scm import get_version # noqa: E402

# *************** Dependencies *********
INSTALL_REQUIRES = ['decopatch', 'makefun>=1.7',
INSTALL_REQUIRES = ['decopatch', 'makefun>=1.9.3',
'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"',
]
DEPENDENCY_LINKS = []
Expand Down

0 comments on commit c2b6089

Please sign in to comment.