Skip to content

Commit 722cfc0

Browse files
author
Sylvain MARIE
committed
Requiring latest makefun so that we can use partial to make proper copies of functions without args
1 parent 915cc0f commit 722cfc0

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.9.3', # note: pytest, too :)
16+
INSTALL_REQUIRES = ['decopatch', 'makefun>=1.9.5', # note: pytest, too :)
1717
'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"',
1818
]
1919
DEPENDENCY_LINKS = []

0 commit comments

Comments
 (0)