1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +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:
Alan Orth 2023-04-05 12:37:03 +03:00
parent 6fd1e1377f
commit c90aad29f0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 4 deletions

2
poetry.lock generated
View File

@ -1567,4 +1567,4 @@ test = ["pytest", "pytest-cov"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "2b40ec394cac8de3f8de5f6a583c45b273509d857cce05fa28a527cf572bb484"
content-hash = "f64cce08711ecfe738e5190025821d6618a2ce753c003ea9b0fdcc0be9788818"

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]