You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/06/22 20:59:34 UTC

[airavata-django-portal-sdk] 01/03: AIRAVATA-3420 Fix dependency on DRF

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch mft-integration
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git

commit 5d0f4e562e4a75149fd393291875491c5f649fcc
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jun 22 16:11:18 2021 -0400

    AIRAVATA-3420 Fix dependency on DRF
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7b36200..7709633 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     packages=find_packages(),
     install_requires=[
         "django",
-        "django-rest-framework",
+        "djangorestframework",
         # Installed from git repo; see requirements.txt for details
         "airavata-python-sdk",
     ],