Skip to content

Commit b52ec46

Browse files
committed
Fix indentation
1 parent aebb37e commit b52ec46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ include_package_data = True
3131
setup_requires =
3232
setuptools
3333
install_requires =
34-
ipywidgets>=7.6.5
35-
jupyter_core
36-
shiny>=0.2.0.9007
37-
python-dateutil>=2.8.2
34+
ipywidgets>=7.6.5
35+
jupyter_core
36+
shiny>=0.2.0.9007
37+
python-dateutil>=2.8.2
3838
tests_require =
3939
pytest>=3
4040
zip_safe = False

0 commit comments

Comments
 (0)