Changeset 436:d36fef19c609
- Timestamp:
- Apr 23, 2012 6:03:51 PM (13 months ago)
- Branch:
- default
- Parents:
- 435:450b7f116d2e (diff), 433:d71b7ef40c2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r431 r436 13 13 include_package_data=True, 14 14 install_requires=[ 15 'django>=1. 2',15 'django>=1.3.1', 16 16 'pil>=1.1.7', 17 17 'django-messages==0.4.4', -
setup.py
r387 r436 13 13 include_package_data=True, 14 14 install_requires=[ 15 'django>=1. 2',15 'django>=1.3.1', 16 16 'pil>=1.1.7', 17 17 'django-messages==0.4.4', 18 18 'django-haystack', 19 'django-pagination', 19 20 'south', 20 21 'postmarkup',
Note: See TracChangeset
for help on using the changeset viewer.
