Skip to content

Commit 9bc0cdd

Browse files
authored
Merge pull request #167 from blackducksoftware/AR-Calder/#166-patch
add python-dateutil to setup.py
2 parents 72f8bfe + ca64e87 commit 9bc0cdd

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)