1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-17 19:47:03 +01:00

pyproject.toml: update some dependencies

This commit is contained in:
Alan Orth 2023-02-18 22:09:05 +03:00
parent 8bc4cd419c
commit 03d824b78e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -12,26 +12,26 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
pandas = "^1.5.1" pandas = "^1.5.2"
python-stdnum = "^1.17" python-stdnum = "^1.18"
requests = "^2.28.1" requests = "^2.28.2"
requests-cache = "^0.9.7" requests-cache = "^0.9.8"
langid = "^1.1.6" langid = "^1.1.6"
colorama = "^0.4.5" colorama = "^0.4.6"
ftfy = "^6.1.1" ftfy = "^6.1.1"
country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "myanmar-region"} country-converter = {git = "https://github.com/alanorth/country_converter.git", rev = "myanmar-region"}
pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"} pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.12.0"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^7.2.0" pytest = "^7.2.1"
flake8 = "^5.0.4" flake8 = "^6.0.0"
pytest-clarity = "^1.0.1" pytest-clarity = "^1.0.1"
black = "^22.10.0" black = "^23.1.0"
isort = "^5.10.1" isort = "^5.12.0"
csvkit = "^1.0.7" csvkit = "^1.1.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
ipython = "^8.7.0" ipython = "^8.10.0"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]