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/24 18:48:15 UTC

[airavata-django-portal] branch master updated: AIRAVATA-3420 Switch to published versions of SDK

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6707998  AIRAVATA-3420 Switch to published versions of SDK
6707998 is described below

commit 670799892e26f0fe788ba429e73fca5e6f79d41d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Jun 24 14:48:02 2021 -0400

    AIRAVATA-3420 Switch to published versions of SDK
---
 requirements.txt | 3 ++-
 setup.py         | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index a085d39..7266003 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,7 @@ wagtail-draftail-anchors==0.2.0
 jupyter==1.0.0
 papermill==1.0.1
 
--e git+https://github.com/apache/airavata-django-portal-sdk.git@master#egg=airavata-django-portal-sdk
+airavata-django-portal-sdk==1.0
+
 -e git+https://github.com/apache/airavata.git@develop#egg=airavata-python-sdk&subdirectory=airavata-api/airavata-client-sdks/airavata-python-sdk
 -e "."
diff --git a/setup.py b/setup.py
index d05d719..c2447de 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(
             'wagtailfontawesome',
             'jupyter',
             'papermill',
-            # Installed from git repo; see requirements.txt for details
             "airavata-django-portal-sdk",
     ],
     extras_require={