Skip to content

Commit ad7c350

Browse files
author
Mike DeLaurentis
committed
Specify version of dateutil
1 parent d1e1013 commit ad7c350

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
@@ -12,7 +12,7 @@
1212
classifiers=['Programming Language :: Python :: 3 :: Only'],
1313
packages=find_packages(),
1414
install_requires=[
15-
"python-dateutil",
15+
"python-dateutil==2.6.1",
1616
"msgpack-python",
1717
"requests==2.12.4",
1818
])

0 commit comments

Comments
 (0)