From 1c4b66f5ecd5004fc7b865971b4f025590bee9bd Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Tue, 26 Mar 2024 10:26:38 -0400 Subject: [PATCH] Ordering dep list --- pyproject.toml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d474b031..e852993c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,37 +19,37 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -linkml = "^1.5.0" -linkml-runtime = "^1.5.0" +Click = "*" +SPARQLWrapper = ">=1.8.2" Sphinx = "*" -python-dateutil = "^2.8.1" -prefixcommons = "^0.1.4" +bmt = "^1.1.0" +cachetools = "^5.0.0" +deprecation = "^2.1.0" +docker = "^6.0.0" docutils = "^0.18.1" +ijson = "^3.1.3" +inflection = "^0.5.1" +jsonlines = "^4.0.0" +jsonstreams = "^0.6.0" +linkml = "^1.5.0" +linkml-runtime = "^1.5.0" +mypy = "*" +neo4j = "^4.4.10" networkx = "*" -SPARQLWrapper = ">=1.8.2" +ordered-set = "^4.0.2" pandas = ">1.0.3" +prefixcommons = "^0.1.4" +prologterms = "^0.0.6" pytest = "*" -mypy = "*" -rdflib = ">=6.0.0" -Click = "*" -neo4j = "^4.4.10" +python-dateutil = "^2.8.1" pyyaml = "*" -prologterms = "^0.0.6" +rdflib = ">=6.0.0" +recommonmark = "*" shexjsg = "*" -terminaltables = "^3.1.0" stringcase = "^1.2.0" -validators = "^0.20.0" -cachetools = "^5.0.0" -ordered-set = "^4.0.2" -docker = "^6.0.0" -jsonlines = "^4.0.0" -jsonstreams = "^0.6.0" -ijson = "^3.1.3" -deprecation = "^2.1.0" -recommonmark = "*" +terminaltables = "^3.1.0" tox = "^4.13.0" -bmt = "^1.1.0" -inflection = "^0.5.1" +validators = "^0.20.0" [tool.poetry.dev-dependencies] sphinx-rtd-theme = "*"