mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-29 18:08:23 +01:00
Use new commit for csv-metadata-quality
This one doesn't treat the fixing of invalid multi-value separators as "unsafe".
This commit is contained in:
parent
8603ec4bca
commit
3715c5e976
6
poetry.lock
generated
6
poetry.lock
generated
@ -107,8 +107,8 @@ xlrd = "^1.2.0"
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "https://github.com/ilri/csv-metadata-quality.git"
|
||||
reference = "46098861ed71cf52cd3f32067ea427146dc1a2bf"
|
||||
resolved_reference = "46098861ed71cf52cd3f32067ea427146dc1a2bf"
|
||||
reference = "1008acf35e2753d9194755dd186c5428a0c520e6"
|
||||
resolved_reference = "1008acf35e2753d9194755dd186c5428a0c520e6"
|
||||
|
||||
[[package]]
|
||||
name = "decorator"
|
||||
@ -606,7 +606,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7.1"
|
||||
content-hash = "a3145fc9ae0ec37f6d9035b471d34b1cc2aa6cfdac432e42ec2c5bc7c6975b84"
|
||||
content-hash = "fbfb39d76c68d400ad3a6a1aefeb2b36b577b0a36630a6cbdda0b38e2cf8c30d"
|
||||
|
||||
[metadata.files]
|
||||
ansi2html = [
|
||||
|
@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.1"
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "46098861ed71cf52cd3f32067ea427146dc1a2bf"}
|
||||
csv-metadata-quality = {git = "https://github.com/ilri/csv-metadata-quality.git", rev = "1008acf35e2753d9194755dd186c5428a0c520e6"}
|
||||
Flask = "^1.1.2"
|
||||
ansi2html = "^1.6.0"
|
||||
gunicorn = "^20.0.4"
|
||||
|
@ -7,7 +7,7 @@ certifi==2020.12.5; python_full_version >= "3.7.1" and python_full_version < "4.
|
||||
chardet==4.0.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
|
||||
colorama==0.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and (python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0")
|
||||
csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@46098861ed71cf52cd3f32067ea427146dc1a2bf ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@1008acf35e2753d9194755dd186c5428a0c520e6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
decorator==4.4.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.2.0" and python_version >= "3.7"
|
||||
flake8==3.8.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
|
@ -3,7 +3,7 @@ certifi==2020.12.5; python_full_version >= "3.7.1" and python_full_version < "4.
|
||||
chardet==4.0.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
||||
colorama==0.4.4; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@46098861ed71cf52cd3f32067ea427146dc1a2bf ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
csv-metadata-quality @ git+https://github.com/ilri/csv-metadata-quality.git@1008acf35e2753d9194755dd186c5428a0c520e6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
flask==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
gunicorn==20.0.4; python_version >= "3.4"
|
||||
idna==2.10; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user