Skip to content

Commit

Permalink
news fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
omry committed Nov 6, 2019
1 parent de38742 commit 6aff27e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 6aff27e

Please sign in to comment.