1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 22:56:01 +02:00

Update poetry package dependencies

This commit is contained in:
2020-10-06 17:20:16 +03:00
parent 7cfd4c0b59
commit f13c360084
2 changed files with 102 additions and 77 deletions

View File

@ -18,12 +18,12 @@ pycountry = "^19.8.18"
langid = "^1.1.6"
[tool.poetry.dev-dependencies]
pytest = "^5.4.2"
ipython = "^7.15.0"
flake8 = "^3.8.2"
pytest = "^6.1.1"
ipython = "^7.18.1"
flake8 = "^3.8.4"
pytest-clarity = "^0.3.0-alpha.0"
black = "^19.10b0"
isort = "^4.3.21"
black = "20.8b1"
isort = "^5.5.4"
csvkit = "^1.0.5"
[build-system]