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/07/07 14:10:42 UTC

[airavata-django-portal] branch staging updated: AIRAVATA-3322 Pull the airavata-python-sdk from PyPI

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 2137d83  AIRAVATA-3322 Pull the airavata-python-sdk from PyPI
2137d83 is described below

commit 2137d83951bf1e0e87936fb3c03931adcba118a8
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Jul 7 10:10:17 2021 -0400

    AIRAVATA-3322 Pull the airavata-python-sdk from PyPI
---
 requirements.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 2e84e21..54f6957 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -20,5 +20,6 @@ grpcio-tools==1.34.1
 grpcio==1.34.1
 
 airavata-django-portal-sdk==1.1.dev3
--e git+https://github.com/apache/airavata.git@develop#egg=airavata-python-sdk&subdirectory=airavata-api/airavata-client-sdks/airavata-python-sdk
+airavata-python-sdk==1.0.0
+
 -e "."