Skip to content

Commit

Permalink
poetry add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelo7 committed Sep 15, 2023
1 parent a5d4588 commit e27fadf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
40 changes: 21 additions & 19 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7.4"
python = "^3.8"
rdflib = "^6.0.0"
SPARQLWrapper = "2.0.0"
filelock = "^3.6.0"
pyshacl = "0.23.0"
setuptools = "^68.2.2"

[tool.poetry.dev-dependencies]
Sphinx = "^4.4.0"
Expand Down

0 comments on commit e27fadf

Please sign in to comment.