mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-17 11:37:03 +01:00
Generated with poetry export: $ poetry export --without-hashes -f requirements.txt > requirements.txt $ poetry export --without-hashes --with dev -f requirements.txt > requirements-dev.txt I am trying `--without-hashes` to work around an error on pip install when running in CI: ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==
This commit is contained in:
parent
0c88b96e8d
commit
34142c3e6b
@ -42,7 +42,6 @@ olefile==0.46 ; python_version >= "3.9" and python_version < "4.0"
|
|||||||
openpyxl==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
openpyxl==3.1.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
packaging==23.0 ; python_version >= "3.9" and python_version < "4.0"
|
packaging==23.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pandas==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
pandas==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pandas[pyarrow]==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
|
||||||
parsedatetime==2.6 ; python_version >= "3.9" and python_version < "4.0"
|
parsedatetime==2.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0"
|
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0"
|
pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
@ -54,6 +53,7 @@ pprintpp==0.4.0 ; python_version >= "3.9" and python_version < "4.0"
|
|||||||
prompt-toolkit==3.0.38 ; python_version >= "3.9" and python_version < "4.0"
|
prompt-toolkit==3.0.38 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32"
|
ptyprocess==0.7.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32"
|
||||||
pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
pure-eval==0.2.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
pyarrow==11.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycodestyle==2.10.0 ; python_version >= "3.9" and python_version < "4.0"
|
pycodestyle==2.10.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0"
|
pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pyflakes==3.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
pyflakes==3.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
@ -11,7 +11,7 @@ idna==3.4 ; python_version >= "3.9" and python_version < "4"
|
|||||||
langid==1.1.6 ; python_version >= "3.9" and python_version < "4.0"
|
langid==1.1.6 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
numpy==1.24.2 ; python_version >= "3.9" and python_version < "4.0"
|
numpy==1.24.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pandas==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
pandas==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pandas[pyarrow]==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
pyarrow==11.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0"
|
pycountry @ git+https://github.com/alanorth/pycountry@iso-codes-4.13.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
|
python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
python-stdnum==1.18 ; python_version >= "3.9" and python_version < "4.0"
|
python-stdnum==1.18 ; python_version >= "3.9" and python_version < "4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user