Commit d52cb8e7 authored by Michal Čihař's avatar Michal Čihař

Add dateutil requirement

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 7ce789fb
......@@ -28,6 +28,8 @@ lxml (>= 3.1.0)
http://lxml.de/
South (>= 1.0)
http://south.aeracode.org/
dateutil
http://labix.org/python-dateutil
libravatar (optional for federated avatar support)
https://pypi.python.org/pypi/pyLibravatar
PyICU (optional for proper sorting of strings)
......
......@@ -5,4 +5,5 @@ Whoosh>=2.5.2
Translate-Toolkit>=1.10.0
lxml>=3.1.0
Pillow
dateutil
python-social-auth>=0.1.17,<0.1.24
......@@ -199,6 +199,16 @@ def get_versions():
'1.1.6',
))
name = 'dateutil'
url = 'http://labix.org/python-dateutil'
mod = get_version_module('dateutil', name, url)
result.append((
name,
url,
mod.__version__,
'1.0'
))
name = 'lxml'
url = 'http://lxml.de/'
mod = get_version_module('lxml.etree', name, url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment