Apply black

This commit is contained in:
Ivan Zaikin
2020-07-23 10:42:18 +07:00
parent 1c85f1817a
commit 3312dcde61

View File

@@ -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: