1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

pyproject.toml: manually updated all deps

Update all deps to their latest versions on pypi.org and remove the
explicit dependency on SQLAlchemy.
This commit is contained in:
Alan Orth 2022-09-02 16:30:40 +03:00
parent f64435fc9d
commit 21e9948a75
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -14,23 +14,22 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
python = "^3.8"
pandas = "^1.4.0"
python-stdnum = "^1.13"
requests = "^2.27.1"
requests-cache = "^0.9.1"
pycountry = "^22.1.10"
requests = "^2.28.1"
requests-cache = "^0.9.6"
pycountry = "^22.3.5"
langid = "^1.1.6"
colorama = "^0.4.4"
colorama = "^0.4.5"
spdx-license-list = "^0.5.2"
ftfy = "^6.0"
SQLAlchemy = ">=1.3.3,<1.4.23"
country-converter = "^0.7.4"
ftfy = "^6.1.1"
country-converter = "^0.7.7"
[tool.poetry.dev-dependencies]
pytest = "^6.1.1"
flake8 = "^4.0.1"
pytest = "^7.1.3"
flake8 = "^5.0.4"
pytest-clarity = "^1.0.1"
black = "^22.1.0"
isort = "^5.5.4"
csvkit = "^1.0.5"
black = "^22.8.0"
isort = "^5.10.1"
csvkit = "^1.0.7"
[build-system]
requires = ["poetry>=0.12"]