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

chore(dictutils): bump dictutils #98

Merged
merged 1 commit into from Dec 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,8 @@ services:
before_install:
# bust only the the part of the cache that we are frequently changing
- pip uninstall --yes gdcdictionary gdcdatamodel || true
# resolve https://github.com/travis-ci/travis-ci/issues/7940
- export BOTO_CONFIG=/dev/null

# command to install dependencies
install:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -30,13 +30,13 @@ graphql-relay==0.4.5
cyordereddict==1.0.0
Flask-SQLAlchemy-Session==1.1
-e git+https://git@github.com/uc-cdis/cdis_oauth2client.git@0.1.3#egg=cdis_oauth2client
-e git+https://git@github.com/uc-cdis/datadictionary.git@0.2.0#egg=gdcdictionary
-e git+https://git@github.com/uc-cdis/gdcdatamodel.git@1.3.3#egg=gdcdatamodel
-e git+https://git@github.com/uc-cdis/datadictionary.git@0.2.1#egg=gdcdictionary
-e git+https://git@github.com/uc-cdis/gdcdatamodel.git@1.3.6#egg=gdcdatamodel
-e git+https://git@github.com/NCI-GDC/psqlgraph.git@5cddf49dd03a25bd4e553161d7ad7b9a6fe0ac0d#egg=psqlgraph
-e git+https://git@github.com/NCI-GDC/cdisutils.git@8a8e599fdab5ade9bd8c586132d974a102e5d72d#egg=cdisutils
-e git+https://git@github.com/uc-cdis/cdis-python-utils.git@0.1.5#egg=cdispyutils
-e git+https://git@github.com/uc-cdis/storage-client.git@0.1.1#egg=storageclient
-e git+https://git@github.com/uc-cdis/dictionaryutils.git@2.0.2#egg=dictionaryutils
-e git+https://git@github.com/uc-cdis/dictionaryutils.git@2.0.4#egg=dictionaryutils
-e git+https://git@github.com/uc-cdis/datamodelutils.git@0.4.0#egg=datamodelutils
-e git+https://git@github.com/uc-cdis/graphql-core.git@cdis2.0.0#egg=graphql-core
-e git+https://git@github.com/uc-cdis/cdiserrors.git@0.1.1#egg=cdiserrors
Expand Down