forked from ga4gh/ga4gh-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
constraints.txt
26 lines (26 loc) · 1.15 KB
/
constraints.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file allows our dependencies to be against specific versions
# or git tags. Each line is similar to a requirements.txt line,
# except that when installing the dependencies, the constraints.txt
# is converted into the `dependency_links` of the setuptools
# packaging script. This allows us to maintain dependencies across
# repositories.
#
# For example, during development we use the development version
# of the schemas with the line:
#
# git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
#
# When one has proposed a schema modification, they can change this
# constraint to point at the branch of their proposed change:
#
# git+git://github.com/david4096/schemas.git@protobuf31#egg=ga4gh_schemas
#
# Then, when the change has been accepted at the schemas repository
# you can change this to point back at the master branch!
#
# 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