diff -r 5ce9218fb3e0 -r 04e02c64849c src/setup.py --- 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" ], )