There was an error while loading. Please reload this page.
1 parent e1c9dfd commit f475baeCopy full SHA for f475bae
setup.py
@@ -36,9 +36,9 @@ def find_version(*parts):
36
license='Apache 2.0',
37
38
install_requires=[
39
- 'django-polymorphic>=0.7', # ensure Django 1.8 compatibility
40
- 'django-mptt>=0.6.0',
41
- 'django-tag-parser>=2.1', # ensure Django 1.8 compatibility
+ 'django-polymorphic>=0.7.1', # ensure Django 1.8 compatibility
+ 'django-mptt>=0.6.0', # Still allow 0.6 to have Django 1.5 support
+ 'django-tag-parser>=2.1', # ensure Django 1.8 compatibility
42
'future>=0.12.2',
43
],
44
requires=[
0 commit comments