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.
1 parent 80608af commit 8d49337Copy full SHA for 8d49337
setup.py
@@ -11,7 +11,7 @@
11
here = path.abspath(path.dirname(__file__))
12
13
# *************** Dependencies *********
14
-INSTALL_REQUIRES = ['decorator']
+INSTALL_REQUIRES = ['decorator', 'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"']
15
DEPENDENCY_LINKS = []
16
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
17
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov', 'pytest-steps']
0 commit comments