1 diff --git a/setup.py b/setup.py
2 index 0470622..d574ceb 100755
5 @@ -75,8 +75,8 @@ setup(
6 # your project is installed. For an analysis of "install_requires" vs pip's
7 # requirements files see:
8 # https://packaging.python.org/en/latest/requirements.html
9 - setup_requires=['pytest-runner',],
10 - tests_require=['pytest',],
12 + tests_require=['pytest','pytest-runner',],
14 install_requires=['pyparsing','future'],