Skip to content

Commit 8d49337

Browse files
committed
Added missing dependencies for old python versions
1 parent 80608af commit 8d49337

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
@@ -11,7 +11,7 @@
1111
here = path.abspath(path.dirname(__file__))
1212

1313
# *************** Dependencies *********
14-
INSTALL_REQUIRES = ['decorator']
14+
INSTALL_REQUIRES = ['decorator', 'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"']
1515
DEPENDENCY_LINKS = []
1616
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
1717
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov', 'pytest-steps']

0 commit comments

Comments
 (0)