Changeset 91d2ae in indico
- Timestamp:
- 02/18/10 11:09:50 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 8b1769
- Parents:
- 539477
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (02/18/10 11:08:36)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (02/18/10 11:09:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
ra30426 r91d2ae 116 116 These are the ones needed for runtime.''' 117 117 118 base = ['pytz', ' zodb3==3.8', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras']118 base = ['pytz', 'ZODB3>=3.8,<3.9.0a', 'zope.index', 'zope.interface', 'simplejson', 'cds-indico-extras'] 119 119 if sys.version_info[1] < 5: # hashlib is part of Python 2.5+ 120 120 base.append('hashlib')
Note: See TracChangeset
for help on using the changeset viewer.
