Skip to content

Commit 69d36b0

Browse files
committed
Allow higher version of django-modeldict-yplan
1 parent 4eb2701 commit 69d36b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
license='MIT',
2222
install_requires=[
2323
'django>=1.11',
24-
'django-modeldict-yplan>=1.5.0,<2',
24+
'django-modeldict-yplan>=1.5.0',
2525
'redis>=2.4.9',
2626
],
2727
tests_require=[

0 commit comments

Comments
 (0)