Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 331dfcd

Browse files
committed
Upgrade python-dateutil to get Python3 support
1 parent 8912e92 commit 331dfcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
argparse==1.2.1
22
pep8==1.4.6
33
pyflakes==0.7.3
4-
python-dateutil==1.5
4+
python-dateutil==2.1
55
simplejson==3.3.1
66
six==1.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def fullsplit(path, result=None):
8686
data_files=data_files,
8787
include_package_data=True,
8888
install_requires=[
89-
'python-dateutil==1.5',
89+
'python-dateutil==2.1',
9090
'simplejson==3.3.1',
9191
'six==1.4.1',
9292
],

0 commit comments

Comments
 (0)