diff --git a/setup.py b/setup.py
index 60474fdc48dad32c5ff514f1647fee5936ea195d..b2e33d53e2db86c1f204badd512a27b1cf7beb8e 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
     platforms='any',
     license='MIT',
     install_requires=[
-        'django==1.11',
+        'django>=1.11',
         'django_rest_framework',
         'pyld',
         'django-guardian'