1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 07:06:00 +02:00

Use poetry dev group

This is the new syntax since Poetry 1.2.0.

See: https://python-poetry.org/docs/managing-dependencies/#installing-group-dependencies
This commit is contained in:
2023-04-05 12:37:03 +03:00
parent 6fd1e1377f
commit c90aad29f0
2 changed files with 2 additions and 4 deletions

View File

@ -22,15 +22,13 @@ ftfy = "^6.1.1"
country-converter = "~1.0.0"
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"}
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
flake8 = "^6.0.0"
pytest-clarity = "^1.0.1"
black = "^23.1.0"
isort = "^5.12.0"
csvkit = "^1.1.0"
[tool.poetry.group.dev.dependencies]
ipython = "^8.10.0"
[build-system]