Skip to content

Commit d66f3a8

Browse files
authored
Allow a lower patch version of dateutils (#4)
1 parent e7eb100 commit d66f3a8

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
@@ -24,7 +24,7 @@
2424
'requests>=2.9.1, <3.0',
2525
'jsonpickle>=0.7.1, <1.0',
2626
'cachecontrol>=0.11.7, <1.0',
27-
'python-dateutil>=2.5.3, <3.0',
27+
'python-dateutil>=2.5.1, <3.0',
2828
'enum34>=1.1.6',
2929
'lxml>=4.3.4'
3030
]

0 commit comments

Comments
 (0)