Skip to content

Commit 9a80dfe

Browse files
author
Sylvain MARIE
committed
Added wrapt dependency
1 parent a19f8bf commit 9a80dfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci_tools/requirements-pip.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pytest-runner
44
# -- to install
55
makefun
66
decopatch
7+
wrapt
78

89
# --- to generate the reports (see scripts in ci_tools, called by .travis)
910
pytest-html$PYTEST_HTML_VERSION

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
here = path.abspath(path.dirname(__file__))
1212

1313
# *************** Dependencies *********
14-
INSTALL_REQUIRES = ['decopatch', 'makefun', 'functools32;python_version<"3.2"', 'funcsigs;python_version<"3.3"']
14+
INSTALL_REQUIRES = ['wrapt', 'decopatch', 'makefun', 'functools32;python_version<"3.2"',
15+
'funcsigs;python_version<"3.3"']
1516
DEPENDENCY_LINKS = []
1617
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
1718
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov', 'pytest-steps', 'pytest-harvest']

0 commit comments

Comments
 (0)