We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
makefun
partial
1 parent 915cc0f commit 722cfc0Copy full SHA for 722cfc0
setup.py
@@ -13,7 +13,7 @@
13
from setuptools_scm import get_version # noqa: E402
14
15
# *************** Dependencies *********
16
-INSTALL_REQUIRES = ['decopatch', 'makefun>=1.9.3', # note: pytest, too :)
+INSTALL_REQUIRES = ['decopatch', 'makefun>=1.9.5', # note: pytest, too :)
17
'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"',
18
]
19
DEPENDENCY_LINKS = []
0 commit comments