Skip to content

Commit 822e7da

Browse files
committed
Enforce Python 3 compatible dependencies
1 parent 92918ed commit 822e7da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def find_version(*parts):
3636
license='Apache License, Version 2.0',
3737

3838
install_requires=[
39-
'django-polymorphic>=0.4.2',
40-
'django-mptt>=0.5.1',
41-
'django-tag-parser>=1.0.0',
39+
'django-polymorphic>=0.5.5',
40+
'django-mptt>=0.6.0',
41+
'django-tag-parser>=2.0b1',
4242
'future>=0.12.2',
4343
],
4444
requires=[

0 commit comments

Comments
 (0)