Skip to content

Commit

Permalink
Merge branch 'main' into ci-test-python3-11
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Oct 26, 2023
2 parents 6abc9c9 + b632b56 commit 56cc2ba
Show file tree
Hide file tree
Showing 12 changed files with 2,273 additions and 733 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pydantic = ">=1.8.2"
pydantic = "==2.*"
fastapi = ">=0.92.0"
click = "*"
uvicorn = "*"
boto3 = "*"
"ga4gh.vrsatile.pydantic" = ">=0.1.dev3"
"ga4gh.vrs" = "~=2.0.0a1"

[dev-packages]
thera-py = {editable = true, path = "."}
disease-normalizer = ">=0.3.1"
disease-normalizer = "~=0.4.0.dev0"
owlready2 = "*"
rdflib = "*"
wikibaseintegrator = ">=0.12.0"
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ zip_safe = False
include_package_data = True

install_requires =
pydantic >=1.8.2
pydantic ==2.*
fastapi >= 0.92.0
click
uvicorn
boto3
ga4gh.vrsatile.pydantic >= 0.1.dev3
ga4gh.vrs ~= 2.0.0a1

[options.package_data]
therapy =
Expand All @@ -32,7 +32,7 @@ test =
pytest-cov

dev =
disease-normalizer >= 0.3.1
disease-normalizer ~= 0.4.0.dev0
owlready2
rdflib
wikibaseintegrator >= 0.12.0
Expand Down
Loading

0 comments on commit 56cc2ba

Please sign in to comment.