Skip to content

Commit

Permalink
restore project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Mar 14, 2024
1 parent 58744a3 commit 568bfec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,20 @@ classifiers = [
]
readme = "README-public.md"
keywords = [
"eccenca Corporate Memory", "plugin"
"eccenca Corporate Memory", "plugin", "SHACL"
]
homepage = "https://github.com/eccenca/cmem-plugin-pyshacl"

[tool.poetry.dependencies]
# if you need to change python version here, change it also in .python-version
python = "^3.11"
pyshacl = "^0.22.2"
validators = "^0.21.1"
rdflib = "^6.2.0"
distutils-strtobool = "^0.1.0"
ruamel-yaml = "^0.17.21"
PyYAML = "^6.0"
charset-normalizer = "^3.1.0"

[tool.poetry.dependencies.cmem-plugin-base]
version = "^4.3.0"
Expand Down

0 comments on commit 568bfec

Please sign in to comment.