Changeset 860a7ee3a0989629f6bf4b9f577aa37764b786a3

Show
Ignore:
Timestamp:
06/01/10 00:38:33 (3 months ago)
Author:
Jim Garrison <jim@…>
Children:
18b22f43b623a4efb4eb2109b8b20d12d6aaebc9
Parents:
1d0e7e5a2871376b07447a9ab95af08674e8119c
git-committer:
Jim Garrison <jim@jimgarrison.org> / 2010-05-31T21:38:33Z-0700
Message:

require Django 1.2 and Creoleparser 0.7.2

Django 1.2 has been required since a few commits ago

Creoleparser 0.7.2 is the first version that prefixes
image src urls with the wiki base_url

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r8ede467 r860a7ee  
    2222    url='http://ductus.us/', 
    2323    install_requires=( 
    24         'Django >= 1.1', 
    25         'Creoleparser >= 0.6', 
     24        'Django >= 1.2', 
     25        'Creoleparser >= 0.7.2', 
    2626        'lxml', 
    2727        'PIL',