There was an error while loading. Please reload this page.
1 parent 7d61450 commit dfce02aCopy full SHA for dfce02a
setup.py
@@ -42,9 +42,9 @@ def find_version(*parts):
42
license='Apache 2.0',
43
44
install_requires=[
45
- 'django-polymorphic>=0.5.5',
+ 'django-polymorphic>=0.6', # ensure Django 1.7 compatibility
46
'django-mptt>=0.6.0',
47
- 'django-tag-parser>=2.0b1',
+ 'django-tag-parser>=2.0',
48
'future>=0.12.2',
49
],
50
requires=[
0 commit comments