1diff --git a/setup.py b/setup.py
2index 0470622..d574ceb 100755
3--- a/setup.py
4+++ b/setup.py
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',],
11+ setup_requires=[],
12+ tests_require=['pytest','pytest-runner',],
13
14 install_requires=['pyparsing','future'],
15