Navigation Menu

Skip to content

Commit

Permalink
changed classytags and sekizai requirements to 0.3.2 and 0.4.2 respec…
Browse files Browse the repository at this point in the history
…tively to address some issues in 0.3.1 and 0.4.1
  • Loading branch information
Jonas Obrist committed Mar 2, 2011
1 parent 5385bbf commit ef8825f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -47,10 +47,10 @@
classifiers=CLASSIFIERS,
install_requires=[
'Django>=1.2',
'django-classy-tags>=0.3.0',
'django-classy-tags>=0.3.2',
'south>=0.7.2',
'django-mptt>=0.4.2',
'django-sekizai>=0.4.1',
'django-sekizai>=0.4.2',
],
packages=find_packages(exclude=["example", "example.*","testdata","testdata.*"]),
package_data={
Expand Down

0 comments on commit ef8825f

Please sign in to comment.