mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
pyproject.toml: add csvkit
Useful for CSV wrangling.
This commit is contained in:
parent
ac308fb1db
commit
a61aaf4007
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user