Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 5, 2023
1 parent ad8febf commit 1894458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pyliftover = "*"
pandas = "*"
hgvs = "*"
"biocommons.seqrepo" = "*"
pydantic = "==2.1.1"
pydantic = "*"
fastapi = "*"
uvicorn = "*"
gene-normalizer = {editable = true, path = "cancervariants/gene-normalization"}
"ga4gh.vrs" = {editable = true, path = "ga4gh/vrs-python"}
gene-normalizer = ">=0.1.40.dev1, != 0.2.0, != 0.2.1, != 0.2.2, != 0.2.3, != 0.2.4, != 0.2.5, != 0.2.6, != 0.2.7, != 0.2.8, != 0.2.9, != 0.2.10"
"ga4gh.vrs" = "*"

[dev-packages]
cool_seq_tool = {editable = true, path = "."}
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ install_requires =
pandas
hgvs
biocommons.seqrepo
pydantic == 2.1.1
pydantic
uvicorn
fastapi
gene-normalizer >=0.1.40.dev1, != 0.2.0, != 0.2.1, != 0.2.2, != 0.2.3, != 0.2.4, != 0.2.5, != 0.2.6, != 0.2.7, != 0.2.8, != 0.2.9, != 0.2.10
ga4gh.vrs

[options.package_data]
cool_seq_tool =
Expand Down

0 comments on commit 1894458

Please sign in to comment.