Skip to content

Commit 16dcfc4

Browse files
author
Evan Borgstrom
committed
Merge pull request fatbox#1 from ddimmich/master
updated requirements
2 parents 23f5d97 + 3064e66 commit 16dcfc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
version="1.3",
1313
packages = ['xero',],
1414
install_requires=[
15-
'httplib2==0.6.0',
15+
'httplib2>=0.6.0',
1616
'oauth2==1.2.0',
1717
'SocksiPy-branch==1.02',
18+
'python-dateutil',
1819
],
1920
dependency_links=[
2021
'http://socksipy-branch.googlecode.com/issues/attachment?aid=30003000&name=SocksiPy-branch-1.02.tar.gz&token=61d76a1fa803a56bcfd1a93e34365158#egg=SocksiPy-branch-1.02',

0 commit comments

Comments
 (0)