Skip to content

Commit e6c0c50

Browse files
committed
[setup.py] Remove pathlib install requirement
1 parent da7dcdd commit e6c0c50

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
@@ -25,7 +25,7 @@
2525
with open('README.md') as f:
2626
description_text = f.read()
2727

28-
install_req = ["odml", "docopt", "pathlib", "xmltodict"]
28+
install_req = ["odml", "docopt", "xmltodict"]
2929

3030
setup(
3131
name='odmltools',

0 commit comments

Comments
 (0)