src/setup.py
changeset 38 04e02c64849c
parent 36 36210c4f019f
child 39 cb014270bdc6
--- a/src/setup.py	Wed Jun 14 18:41:43 2017 +0200
+++ b/src/setup.py	Thu Jun 15 12:41:44 2017 +0200
@@ -140,6 +140,7 @@
             "Unipath",
             "dj-database-url",
             "six",
+            "django-extensions",
             "djangorestframework >= 3.6",
             "django-rest-auth[with_social]",
             "djangorestframework-jwt",
@@ -147,6 +148,7 @@
             "django-colorful",
             "django-concurrency",
             "django-filter",
+            "drf-nested-routers",
             "markdown"
         ],
     )