Skip to content

Commit

Permalink
feat(ontology,combine-service): update to KiSAO 2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jul 8, 2021
1 parent c47e63b commit fadf3da
Show file tree
Hide file tree
Showing 3 changed files with 5,455 additions and 5,444 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
flask = "*"
flask = {version = "<2"}
connexion = {extras = ["swagger-ui"],version = ">=2.7.0"}
requests = "*"
biosimulators-utils = {version = ">=0.1.92", extras = ["bngl", "cellml", "lems", "logging", "neuroml", "sbml", "smoldyn"]}
Expand All @@ -13,7 +13,7 @@ gunicorn = "*"
flask-cors = "*"
python-dotenv = "*"
boto3 = "*"
kisao = "*"
kisao = {version = ">=2.20"}
stringcase = "*"
natsort = "*"
rdflib = "*"
Expand Down

0 comments on commit fadf3da

Please sign in to comment.