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

[packages]
black = "==v21.5b1" # from old generators/google-sheets/Pipfile
# linkml = {editable = true, git = "https://github.com/linkml/linkml.git"}
linkml = {editable = true, ref = "ccdh-dev", git = "https://github.com/cancerDHC/linkml.git"} # required by cancerDHC
linkml_model = "*"
linkml-runtime = "~=1.0, >=1.0.3"
mike = "*"
mkdocs-material = "*"
pydantic = {extras = ["dotenv"], version = "*"} # from old generators/google-sheets/Pipfile
pygsheets = "*" # from old generators/google-sheets/Pipfile
pyparsing = "<=2.4.7" # indirectly from old generators/google-sheets/Pipfile
pytest = "~=6.2.4"
pyyaml = "*" # from old generators/google-sheets/Pipfile
rdflib-pyld-compat = "*" # resinstating after removal by migration to linkml model template
requests = "*" # from old generators/google-sheets/Pipfile
tox = "*"
twine = "*" # should this go in make-venv/Pipfile ?
# yamlutils = "*"

[dev-packages]


[pipenv]
allow_prereleases = true # added by migration to linkml model template

[requires]
