Regenerate requirements

Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
This commit is contained in:
2021-03-17 10:09:39 +02:00
parent a1243cf54a
commit f6726ef210
2 changed files with 11 additions and 11 deletions

View File

@ -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@10612cf8911f289f140f51fa7186ae4eed4e602f ; 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@v0.4.7 ; 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"
@ -21,6 +21,6 @@ requests-cache==0.5.2; python_full_version >= "3.7.1" and python_full_version <
requests==2.25.1; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
six==1.15.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
spdx-license-list==0.5.2; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
urllib3==1.26.3; python_full_version >= "3.7.1" and python_version < "4" and python_full_version < "4.0.0"
urllib3==1.26.4; python_full_version >= "3.7.1" and python_version < "4" and python_full_version < "4.0.0"
werkzeug==1.0.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
xlrd==1.2.0; python_full_version >= "3.7.1" and python_full_version < "4.0.0"