Skip to content

Commit

Permalink
chore(dictutils): bump dictutils (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
philloooo committed Dec 12, 2018
1 parent d7ce5c2 commit b3c94e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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

0 comments on commit b3c94e5

Please sign in to comment.