src/setup.py
changeset 142 56850f5c73f6
parent 129 d48946d164c6
child 175 6fcda59daff8
equal deleted inserted replaced
141:cd5e8fb64b74 142:56850f5c73f6
   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-auditlog == 0.4.3dev",
   143             "django-auditlog == 0.4.5dev",
   144             "django-extensions",
   144             "django-extensions",
   145             "djangorestframework >= 3.6",
   145             "djangorestframework >= 3.6",
   146             "django-rest-auth[with_social]",
   146             "django-rest-auth[with_social]",
   147             "djangorestframework-jwt",
   147             "djangorestframework-jwt",
   148             "django-guardian >= 1.4",
   148             "django-guardian >= 1.4",
   152             "django-filter",
   152             "django-filter",
   153             "drf-nested-routers",
   153             "drf-nested-routers",
   154             "markdown"
   154             "markdown"
   155         ],
   155         ],
   156         dependency_links=[
   156         dependency_links=[
   157             "https://github.com/IRI-Research/django-auditlog/tarball/master#egg=django-auditlog-0.4.3dev"
   157             "https://github.com/IRI-Research/django-auditlog/tarball/master#egg=django-auditlog-0.4.5dev"
   158         ]
   158         ]
   159     )
   159     )
   160 
   160 
   161 
   161 
   162 if __name__ == "__main__":
   162 if __name__ == "__main__":