From 4ad9e305f44aa7aa8b5655e0e08b70f4eec3a24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Thu, 11 Jan 2024 17:48:56 +0100 Subject: [PATCH] Adhere to Black --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e850841..c67ee1a 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ def read(*names, **kwargs): # eg: 'keyword1', 'keyword2', 'keyword3', ], python_requires=">=3.7", - install_requires=["pandas", "blinker", "dill", "networkx","oemof.tools"], + install_requires=["pandas", "blinker", "dill", "networkx", "oemof.tools"], extras_require={ "dev": ["pytest"], # eg: