Skip to content
Snippets Groups Projects
Commit 6d644944 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

bugfix: djangoldp only works with django 1.11

parent bbe0cc58
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ setup( ...@@ -12,7 +12,7 @@ setup(
platforms='any', platforms='any',
license='MIT', license='MIT',
install_requires=[ install_requires=[
'django>=1.11', 'django==1.11',
'django_rest_framework', 'django_rest_framework',
'pyld', 'pyld',
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment