src/setup.py
changeset 38 04e02c64849c
parent 36 36210c4f019f
child 39 cb014270bdc6
equal deleted inserted replaced
37:5ce9218fb3e0 38:04e02c64849c
   138             "Django >= 1.11",
   138             "Django >= 1.11",
   139             "python-decouple",
   139             "python-decouple",
   140             "Unipath",
   140             "Unipath",
   141             "dj-database-url",
   141             "dj-database-url",
   142             "six",
   142             "six",
       
   143             "django-extensions",
   143             "djangorestframework >= 3.6",
   144             "djangorestframework >= 3.6",
   144             "django-rest-auth[with_social]",
   145             "django-rest-auth[with_social]",
   145             "djangorestframework-jwt",
   146             "djangorestframework-jwt",
   146             "django-guardian >= 1.4",
   147             "django-guardian >= 1.4",
   147             "django-colorful",
   148             "django-colorful",
   148             "django-concurrency",
   149             "django-concurrency",
   149             "django-filter",
   150             "django-filter",
       
   151             "drf-nested-routers",
   150             "markdown"
   152             "markdown"
   151         ],
   153         ],
   152     )
   154     )
   153 
   155 
   154 
   156