Skip to content

Commit

Permalink
feat(dependencies): add cdislogging
Browse files Browse the repository at this point in the history
  • Loading branch information
giangbui committed Nov 12, 2018
1 parent 85216c7 commit 9b0ae2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
requests>=2.18.0<3.0.0
rstr==2.2.6
-e git+https://[email protected]/uc-cdis/cdislogging.git@master#egg=cdislogging
-e git+https://[email protected]/NCI-GDC/cdisutils.git@8a8e599fdab5ade9bd8c586132d974a102e5d72d#egg=cdisutils
-e git+https://[email protected]/NCI-GDC/psqlgraph.git@7b5de7d56aa3159a9526940eb273579ddbf084ca#egg=psqlgraph
-e git+https://[email protected]/uc-cdis/data-simulator.git@079c83e04e8df56c88533d2e1c47eec476d3bd79#egg=datasimulator
-e git+https://[email protected]/uc-cdis/data-simulator.git@c0bfbe7bdc2c3c15c0778b1be0254a76fd025d3f#egg=datasimulator
-e git+https://[email protected]/uc-cdis/[email protected]#egg=gdcdatamodel
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pip install -r dev-requirements.txt
# always use this version of dictionaryutils...
pip uninstall -y dictionaryutils
python setup.py install --force
nosetests -v
nosetests -s -v
python bin/dump_schema.py
set +e

0 comments on commit 9b0ae2f

Please sign in to comment.