8000 Remove pathlib requires · Calysto/matlab_kernel@7cd508c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cd508c

Browse files
committed
Remove pathlib requires
1 parent 54f6ea4 commit 7cd508c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Topic :: System :: Shells"],
2323
packages=find_packages(include=["matlab_kernel", "matlab_kernel.*"]),
2424
requires=["metakernel (>0.18.0)", "jupyter_client (>=4.4.0)",
25-
"pathlib", 'ipython (>=4.0.0)'],
25+
"ipython (>=4.0.0)"],
2626
install_requires=["metakernel>=0.18.0", "jupyter_client >=4.4.0",
2727
"ipython>=4.0.0",
2828
"backports.tempfile;python_version<'3.0'"]

0 commit comments

Comments
 (0)
0