mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-28 14:18:10 +02:00
pyproject.toml: add csvkit
Useful for CSV wrangling.
This commit is contained in:
@ -14,6 +14,7 @@ rdflib = "^6.0.2"
|
|||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
isort = "^5.9.3"
|
isort = "^5.9.3"
|
||||||
black = "^21.9b0"
|
black = "^21.9b0"
|
||||||
|
csvkit = "^1.0.6"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Reference in New Issue
Block a user