Skip to content

Commit

Permalink
Fix vrs dependency to include extras optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Feb 26, 2024
1 parent 063ad98 commit 491fae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"google-cloud-storage~=2.14.0",

# Include the tag 2.0.0-a4 from git repo https://github.com/ga4gh/vrs-python
"ga4gh.vrs@git+https://github.com/ga4gh/vrs-python#egg=2.0.0-a4[extras]",
"ga4gh.vrs[extras] @ git+https://github.com/ga4gh/vrs-python@2.0.0-a4",
]
dynamic = ["version"]

Expand All @@ -25,8 +25,8 @@ dev = [
"pylint~=3.0.2",
]

# [project.scripts]
# clinvar-ingest = "clinvar_ingest.main:main"
[project.scripts]
clinvar-gk-pilot = "clinvar_gk_pilot.main:main"

[tool.setuptools.packages.find]
include = ["clinvar_gk_pilot*"]
Expand Down

0 comments on commit 491fae8

Please sign in to comment.