Skip to content

Commit

Permalink
fix package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msaipraneeth committed Oct 23, 2023
1 parent bf8a22a commit 2218c61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ 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.20.0"
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 = ">=3.1.0,<5.0.0"
Expand All @@ -42,14 +49,6 @@ pytest-memray = { version = "^1.4.0", markers = "platform_system != 'Windows'"
safety = "^1.10.3"
typed-ast = "^1.5.4"
wheel = "^0.38.4"
pyshacl = "^0.22.2"
validators = "^0.20.0"
rdflib = "^6.2.0"
distutils-strtobool = "^0.1.0"
ruamel-yaml = "^0.17.21"
PyYAML = "^6.0"
charset-normalizer = "^3.1.0"


[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit 2218c61

Please sign in to comment.