Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Change deps for release #1627

Merged
merged 1 commit into from
Mar 14, 2017
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deploy:
provider: pypi
user: dannycolligan
password:
secure: YgK4+2+LKACoDW5EOjd18QdJktq4U9g6SCVk36X7iBDrqwJuYVbVsKbjEALHm7TgPYny03uzGW7/rN/a0HLrmBNKowZ7Tw9s1lU5PhEwt9/mH/uy6EgrWWFFkTipIe/xyig3IhDEyy9Ak5zAydV/epFDoCRkgYbqjq4QAk4RmaQ=
secure: ffTNL0M96N0j4rLNxnBXUFg8R+7r0FJG2yXOsog/9QIK5NNIKrgI/a0CfIMxR4TCdTkK3x2O+k6gwrjiNmGAVi93brOIJHV5D5nq5PM5P0TnugIHVY6iwufltvWZn1NN2/8n93RKjNXya77nR53sUhamIGLad8LK8eQGlOU5EMg=
skip_upload_docs: true
on:
repo: ga4gh/ga4gh-server
Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# When making a release, these constraints are commented out so that
# the pinned packages in requirements.txt are used instead.
#
git+git://github.com/ga4gh/ga4gh-common.git@master#egg=ga4gh_common
git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
#git+git://github.com/ga4gh/ga4gh-common.git@master#egg=ga4gh_common
#git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
#git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
6 changes: 3 additions & 3 deletions constraints.txt.default
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# When making a release, these constraints are commented out so that
# the pinned packages in requirements.txt are used instead.
#
git+git://github.com/ga4gh/ga4gh-common.git@master#egg=ga4gh_common
git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
#git+git://github.com/ga4gh/ga4gh-common.git@master#egg=ga4gh_common
#git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
#git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
5 changes: 3 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ dependencies:
- wheel=0.29.0=py27_0
- zlib=1.2.8=3
- pip:
- git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
- git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
- ga4gh-common==0.0.7
- ga4gh-schemas==0.6.0a10.post1
- ga4gh-client==0.6.0a10
- sphinx-argparse==0.1.15
- sphinx==1.5.1
- pysam==0.9.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# way to resolve our internal dependencies. During development,
# the constraints file will point at the current master branch
# of the respective module.
ga4gh-common
ga4gh-schemas
ga4gh-client
ga4gh-common==0.0.7
ga4gh-schemas==0.6.0a10.post1
ga4gh-client==0.6.0a10

Werkzeug==0.11.5
MarkupSafe==0.23
Expand Down