Skip to content

Commit dfce02a

Browse files
committed
Bump dependencies to stable version with Python 3 / Django 1.7 support
1 parent 7d61450 commit dfce02a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def find_version(*parts):
4242
license='Apache 2.0',
4343

4444
install_requires=[
45-
'django-polymorphic>=0.5.5',
45+
'django-polymorphic>=0.6', # ensure Django 1.7 compatibility
4646
'django-mptt>=0.6.0',
47-
'django-tag-parser>=2.0b1',
47+
'django-tag-parser>=2.0',
4848
'future>=0.12.2',
4949
],
5050
requires=[

0 commit comments

Comments
 (0)