Skip to content

Commit

Permalink
adds python-dateutil dependency and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanolx committed Nov 6, 2013
1 parent 6c9a549 commit 4e2d86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(fname):

setup(
name = "pylogsparser",
version = "1.0",
version = "1.2",
author = "Wallix",
author_email = "[email protected]",
description = ("A log parser library packaged with a set of ready to use parsers (DHCPd, Squid, Apache, ...)"),
Expand All @@ -48,7 +48,7 @@ def read(fname):
packages=['logsparser', 'logsparser.tests', 'logsparser.extras'],
data_files=[('share/logsparser/normalizers', data),
('share/logsparser/i18n/fr_FR/LC_MESSAGES/', fr_trans),],
requires=['lxml', 'pytz'],
requires=['lxml', 'pytz', 'python-dateutil'],
long_description=read('README.rst'),
# http://pypi.python.org/pypi?:action=list_classifiers
classifiers=[
Expand Down

0 comments on commit 4e2d86d

Please sign in to comment.