diff --git a/setup.py b/setup.py index 253f8b4..ad4675c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,12 @@ from setuptools import setup, find_packages -install_requires = ["execnet>=1.1", "psutil>=3.0.0", "pytest>=4.4.0", "pytest-forked", "six"] +install_requires = [ + "execnet>=1.1", + "psutil>=3.0.0", + "pytest>=4.4.0", + "pytest-forked", + "six", +] with open("README.rst") as f: