Skip to content

Commit

Permalink
Bump the version of metadata-api to avoid unnecessary connection disc…
Browse files Browse the repository at this point in the history
…ards. (#174)
  • Loading branch information
rexwangcc authored Dec 5, 2019
1 parent a6f9a21 commit 8f78731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ google-auth>=1.6.1,<2
google-cloud-storage>=1.10.0,<2
tenacity==4.10.0
PyJWT==1.6.4
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b19#egg=hca-metadata-api[dss]
git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b20#egg=hca-metadata-api[dss]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'setuptools_scm>=2.0.0,<3',
'tenacity>=4.10.0,<5',
'PyJWT==1.6.4',
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b19',
'hca-metadata-api @ git+git://github.com/HumanCellAtlas/metadata-api@release/1.0b20',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8f78731

Please sign in to comment.