Skip to content

Commit 78fc5a8

Browse files
jordenssbourdeauducq
authored andcommittedFeb 3, 2015
setup.py: it's python-datetutil in pypi etc
1 parent 3a784e3 commit 78fc5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
license="BSD",
1616
install_requires=[
1717
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
18-
"dateutil", "prettytable"
18+
"python-dateutil", "prettytable"
1919
],
2020
extras_require={},
2121
dependency_links=[],

0 commit comments

Comments
 (0)
Please sign in to comment.