Changeset d68c72 in indico


Ignore:
Timestamp:
10/13/10 17:22:33 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
93e2c5
Parents:
7e2b44
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (08/09/10 18:11:36)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (10/13/10 17:22:33)
Message:

[FIX] Added dateutil to dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r8eae48 rd68c72  
    114114 
    115115    base =  ['pytz', 'zope.index', 'zope.interface', 'simplejson', 'suds', 
    116              'lxml', 'cds-indico-extras', 'zc-queue'] 
     116             'lxml', 'cds-indico-extras', 'zc-queue', 'python-dateutil'] 
    117117    if sys.version_info[1] < 5: #for Python older than 2.5 
    118118        base.append('hashlib') # hashlib isn't a part of Python older than 2.5 
Note: See TracChangeset for help on using the changeset viewer.