Skip to content

Commit

Permalink
Remove dependency_links
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbraun committed May 30, 2019
1 parent 675ec7b commit 7b1674c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
configobj>=5.0.6
pandas>=0.20
gcam_reader @ git+https://github.com/JGCRI/gcam_reader.git
tethys @ git+https://github.com/JGCRI/tethys.git
xanthos @ git+https://github.com/JGCRI/xanthos.git
gcam_reader @ https://github.com/JGCRI/gcam_reader.git@master
tethys @ https://github.com/JGCRI/tethys.git@master
xanthos @ https://github.com/JGCRI/xanthos.git@master
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def get_requirements():
'xanthos': ["xanthos>=2.3.1"],
'tethys': ["tethys>=1.2.0"],
},
dependency_links=[
'git+https://github.com/JGCRI/gcam_reader@master#egg=gcam_reader-1.0.0',
'git+https://github.com/JGCRI/tethys@master#egg=tethys-1.2.0',
'git+https://github.com/JGCRI/xanthos@master#egg=xanthos-2.3.1',
],
classifiers=[
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.7"
Expand Down

0 comments on commit 7b1674c

Please sign in to comment.