Skip to content

Commit

Permalink
try to resolve failed build on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 12, 2017
1 parent 9be2453 commit 807c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(self):
license='GPLv3',
python_requires='>=2.7',
packages=find_packages(),
setup_requires=['setuptools', 'pip>=9.0.1', 'pytest-runner'],
setup_requires=['setuptools', 'pip>=8.1.2', 'pytest-runner'],
tests_require=['pytest'],
install_requires=['appdirs>=1.4', 'pathlib;python_version<"3.3"'],
extras_require={
Expand Down

0 comments on commit 807c1c8

Please sign in to comment.