Skip to content

Commit ca64e87

Browse files
authored
add python-dateutil to setup.py
1 parent 72f8bfe commit ca64e87

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
@@ -23,7 +23,7 @@
2323

2424
# What packages are required for this module to be executed?
2525
REQUIRED = [
26-
'requests',
26+
'requests', 'python-dateutil'
2727
]
2828

2929
# The rest you shouldn't have to touch too much :)

0 commit comments

Comments
 (0)