[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pydantic = "*"
"ga4gh.vrsatile.pydantic" = "==0.0.11"
"ga4gh.vrs" = {version = "==0.7.6", extras = ["extras"]}
"biocommons.seqrepo" = "*"
gene-normalizer = "==0.1.27"
uta-tools = ">=0.1.2"

[dev-packages]
fusor = {editable = true, path = "."}
pytest = "*"
pre-commit = "*"
flake8 = "*"
flake8-docstrings = "*"
coverage = "*"
coveralls = "*"
pytest-cov = "*"
ipykernel = "*"
flake8-quotes = "*"
flake8-annotations = "*"
pytest-asyncio = "*"
