Skip to content

Commit

Permalink
adding python-dateutils needed for the new icalendar support
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Nov 12, 2011
1 parent e22770f commit bfbf6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eggs =
Open-Knesset

find-links =
http://bitbucket.org/jespern/django-piston/get/tip.tar.gz#egg=django-piston
http://bitbucket.org/daonb/django-piston/get/tip.tar.gz#egg=django-piston
http://github.com/daonb/django-extensions/tarball/master#egg=django-extensions
https://github.com/openid/python-openid/tarball/master

Expand Down Expand Up @@ -84,6 +84,7 @@ feedparser = 4.1
oauth = 1.0.1
py = 1.3.1
python-openid = 2.2.4
python-dateutil = 1.5
setuptools = 0.6c11
djangorecipe >= 0.20
infrae.subversion = 1.4.5
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

install_requires = [
'python-openid',
'python-dateutil',
# 'python-yadis',
'oauth',
'django-tagging',
Expand Down

0 comments on commit bfbf6a3

Please sign in to comment.