Apply black
This commit is contained in:
8
setup.py
8
setup.py
@@ -1,6 +1,12 @@
|
|||||||
from setuptools import setup, find_packages
|
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:
|
with open("README.rst") as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user