We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a7474d + 15c208b commit 225af57Copy full SHA for 225af57
pyproject.toml
@@ -17,8 +17,9 @@ classifiers = [
17
"Operating System :: OS Independent",
18
]
19
dependencies = [
20
+ "ga4gh.vrs>=2.2.0,<3.0",
21
"ga4gh.va_spec~=0.4.2",
- "biocommons.anyvar@git+https://github.com/biocommons/anyvar.git@storage-refactor-epic",
22
+ "biocommons.anyvar@git+https://github.com/biocommons/anyvar.git@main",
23
"fastapi>=0.95.0",
24
"python-multipart", # required for fastapi file uploads
25
"uvicorn",
0 commit comments