Regenerate requirements.txt

Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
This commit is contained in:
Alan Orth 2021-03-11 22:49:52 +02:00
parent 0eeea43f17
commit 18643ca1ae
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,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@6cc1401f88dc002f5a23aae064d5121fccb7d556 ; 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@fa84cfa440743ed40295f8c3cd98a27abe396ef2 ; 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")
idna==2.10; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
itsdangerous==1.1.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"