From 6aff27e39f5042b26bb4c4548f52144ab55fa33c Mon Sep 17 00:00:00 2001 From: Omry Yadan Date: Tue, 5 Nov 2019 17:57:07 -0800 Subject: [PATCH] news fragment --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 222a0025b79..fa9b09bc38d 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,10 @@ def run(self): "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", ], - install_requires=["omegaconf>=1.4.0rc1", 'pathlib2>=2.2.0;python_version<"3.0"'], + install_requires=[ + "omegaconf>=1.4.0rc1", + 'pathlib2>=2.2.0;python_version<"3.0"', + ], # Install development dependencies with # pip install -e .[dev] extras_require={