Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependencies to use ssh connection #56

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cdisutils
# cdisutils [![Build Status](https://travis-ci.org/NCI-GDC/cdisutils.svg?branch=develop)](https://travis-ci.org/NCI-GDC/cdisutils)

Various utilities useful for working on cdis systems.

Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ nose==1.3.7
mock==1.3.0
python-novaclient==3.2.0
pytest==3.4.1
-e git+https://github.com/uc-cdis/[email protected]#egg=cdispyutils # required by indexd
-e git+https://github.com/uc-cdis/[email protected]#egg=cdisutilstest
-e git+ssh://github.com/uc-cdis/[email protected]#egg=cdispyutils # required by indexd
-e git+ssh://github.com/uc-cdis/[email protected]#egg=cdisutilstest
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
xmltodict==0.9.2
boto>=2.36.0
python-dateutil==2.4.2
-e git+https://[email protected]/uc-cdis/[email protected]#egg=indexclient
-e git+https://github.com/uc-cdis/[email protected]#egg=cdispyutils # required by indexd
-e git+https://github.com/uc-cdis/[email protected]#egg=doiclient
-e git+https://github.com/uc-cdis/[email protected]#egg=dosclient
-e git+https://[email protected]/uc-cdis/[email protected]#egg=cdislogging
-e git+https://[email protected]/uc-cdis/[email protected]#egg=indexd
-e git+ssh://[email protected]/uc-cdis/[email protected]#egg=indexclient
-e git+ssh://github.com/uc-cdis/[email protected]#egg=cdispyutils # required by indexd
-e git+ssh://github.com/uc-cdis/[email protected]#egg=doiclient
-e git+ssh://github.com/uc-cdis/[email protected]#egg=dosclient
-e git+ssh://[email protected]/uc-cdis/[email protected]#egg=cdislogging
-e git+ssh://[email protected]/uc-cdis/[email protected]#egg=indexd