From f309b694c41181c387ca6ad6851500ad3885077a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 14 Apr 2024 22:13:01 +0300 Subject: [PATCH] Run rye sync to update lockfiles --- requirements-dev.lock | 200 ++++++++++++++++++++++++++++++++++++++++++ requirements-dev.txt | 82 ----------------- requirements.lock | 76 ++++++++++++++++ requirements.txt | 25 ------ 4 files changed, 276 insertions(+), 107 deletions(-) create mode 100644 requirements-dev.lock delete mode 100644 requirements-dev.txt create mode 100644 requirements.lock delete mode 100644 requirements.txt diff --git a/requirements-dev.lock b/requirements-dev.lock new file mode 100644 index 0000000..db05598 --- /dev/null +++ b/requirements-dev.lock @@ -0,0 +1,200 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false + +-e file:. +agate==1.9.1 + # via agate-dbf + # via agate-excel + # via agate-sql + # via csvkit +agate-dbf==0.2.3 + # via csvkit +agate-excel==0.4.1 + # via csvkit +agate-sql==0.7.2 + # via csvkit +asttokens==2.4.1 + # via stack-data +attrs==23.2.0 + # via cattrs + # via requests-cache +babel==2.14.0 + # via agate +bottleneck==1.3.8 + # via pandas +cattrs==23.2.3 + # via requests-cache +certifi==2024.2.2 + # via requests +charset-normalizer==3.3.2 + # via requests +click==8.1.7 + # via fixit + # via moreorless +cloudpickle==3.0.0 + # via scalene +colorama==0.4.6 + # via csv-metadata-quality +country-converter==1.2 + # via csv-metadata-quality +csvkit==1.5.0 +dbfread==2.0.7 + # via agate-dbf +decorator==5.1.1 + # via ipython +et-xmlfile==1.1.0 + # via openpyxl +executing==2.0.1 + # via stack-data +fixit==2.1.0 +ftfy==6.2.0 + # via csv-metadata-quality +greenlet==3.0.3 + # via sqlalchemy +idna==3.7 + # via requests +iniconfig==2.0.0 + # via pytest +ipython==8.23.0 +isodate==0.6.1 + # via agate +isort==5.13.2 +jedi==0.19.1 + # via ipython +jinja2==3.1.3 + # via scalene +leather==0.4.0 + # via agate +libcst==1.3.1 + # via fixit +llvmlite==0.42.0 + # via numba +markdown-it-py==3.0.0 + # via rich +markupsafe==2.1.5 + # via jinja2 +matplotlib-inline==0.1.6 + # via ipython +mdurl==0.1.2 + # via markdown-it-py +moreorless==0.4.0 + # via fixit +numba==0.59.1 + # via pandas +numexpr==2.10.0 + # via pandas +numpy==1.26.4 + # via bottleneck + # via numba + # via numexpr + # via pandas + # via py3langid + # via pyarrow +olefile==0.47 + # via agate-excel +openpyxl==3.1.2 + # via agate-excel + # via csvkit +packaging==24.0 + # via fixit + # via pytest +pandas==2.2.2 + # via country-converter + # via csv-metadata-quality +parsedatetime==2.6 + # via agate +parso==0.8.4 + # via jedi +pathspec==0.12.1 + # via trailrunner +pexpect==4.9.0 + # via ipython +platformdirs==4.2.0 + # via requests-cache +pluggy==1.4.0 + # via pytest +pprintpp==0.4.0 + # via pytest-clarity +prompt-toolkit==3.0.43 + # via ipython +psutil==5.9.8 + # via scalene +ptyprocess==0.7.0 + # via pexpect +pure-eval==0.2.2 + # via stack-data +py3langid==0.2.2 + # via csv-metadata-quality +pyarrow==15.0.2 + # via pandas +pycountry==23.12.11 + # via csv-metadata-quality +pygments==2.17.2 + # via ipython + # via rich +pynvml==11.5.0 + # via scalene +pytest==8.1.1 + # via pytest-clarity +pytest-clarity==1.0.1 +python-dateutil==2.9.0.post0 + # via pandas +python-slugify==8.0.4 + # via agate +python-stdnum==1.20 + # via csv-metadata-quality +pytimeparse==1.1.8 + # via agate +pytz==2024.1 + # via pandas +pyyaml==6.0.1 + # via libcst +requests==2.31.0 + # via csv-metadata-quality + # via requests-cache +requests-cache==1.2.0 + # via csv-metadata-quality +rich==13.7.1 + # via pytest-clarity + # via scalene +scalene==1.5.38 +six==1.16.0 + # via asttokens + # via isodate + # via python-dateutil + # via url-normalize +sqlalchemy==2.0.29 + # via agate-sql + # via csvkit +stack-data==0.6.3 + # via ipython +text-unidecode==1.3 + # via python-slugify +trailrunner==1.4.0 + # via fixit +traitlets==5.14.2 + # via ipython + # via matplotlib-inline +typing-extensions==4.11.0 + # via sqlalchemy +tzdata==2024.1 + # via pandas +url-normalize==1.4.3 + # via requests-cache +urllib3==2.2.1 + # via requests + # via requests-cache +wcwidth==0.2.13 + # via ftfy + # via prompt-toolkit +wheel==0.43.0 + # via scalene +xlrd==2.0.1 + # via agate-excel + # via csvkit diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index af8cff6..0000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,82 +0,0 @@ -agate-dbf==0.2.2 ; python_version >= "3.9" and python_version < "4.0" -agate-excel==0.2.5 ; python_version >= "3.9" and python_version < "4.0" -agate-sql==0.5.9 ; python_version >= "3.9" and python_version < "4.0" -agate==1.7.1 ; python_version >= "3.9" and python_version < "4.0" -appdirs==1.4.4 ; python_version >= "3.9" and python_version < "4.0" -appnope==0.1.3 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "darwin" -asttokens==2.2.1 ; python_version >= "3.9" and python_version < "4.0" -attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0" -babel==2.12.1 ; python_version >= "3.9" and python_version < "4.0" -backcall==0.2.0 ; python_version >= "3.9" and python_version < "4.0" -black==23.3.0 ; python_version >= "3.9" and python_version < "4.0" -cattrs==22.2.0 ; python_version >= "3.9" and python_version < "4.0" -certifi==2022.12.7 ; python_version >= "3.9" and python_version < "4.0" -charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "4.0" -click==8.1.3 ; python_version >= "3.9" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" -country-converter==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -csvkit==1.1.1 ; python_version >= "3.9" and python_version < "4.0" -dbfread==2.0.7 ; python_version >= "3.9" and python_version < "4.0" -decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" -et-xmlfile==1.1.0 ; python_version >= "3.9" and python_version < "4.0" -exceptiongroup==1.1.1 ; python_version >= "3.9" and python_version < "3.11" -executing==1.2.0 ; python_version >= "3.9" and python_version < "4.0" -flake8==6.0.0 ; python_version >= "3.9" and python_version < "4.0" -ftfy==6.1.1 ; python_version >= "3.9" and python_version < "4" -greenlet==2.0.2 ; python_version >= "3.9" and platform_machine == "aarch64" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "ppc64le" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "x86_64" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "amd64" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "AMD64" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "win32" and python_version < "4.0" or python_version >= "3.9" and platform_machine == "WIN32" and python_version < "4.0" -idna==3.4 ; python_version >= "3.9" and python_version < "4.0" -iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "4.0" -ipython==8.13.1 ; python_version >= "3.9" and python_version < "4.0" -isodate==0.6.1 ; python_version >= "3.9" and python_version < "4.0" -isort==5.12.0 ; python_version >= "3.9" and python_version < "4.0" -jedi==0.18.2 ; python_version >= "3.9" and python_version < "4.0" -langid==1.1.6 ; python_version >= "3.9" and python_version < "4.0" -leather==0.3.4 ; python_version >= "3.9" and python_version < "4.0" -markdown-it-py==2.2.0 ; python_version >= "3.9" and python_version < "4.0" -matplotlib-inline==0.1.6 ; python_version >= "3.9" and python_version < "4.0" -mccabe==0.7.0 ; python_version >= "3.9" and python_version < "4.0" -mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" -mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -numpy==1.24.3 ; python_version >= "3.9" and python_version < "4.0" -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" -packaging==23.1 ; python_version >= "3.9" and python_version < "4.0" -pandas==2.0.1 ; 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" -pathspec==0.11.1 ; python_version >= "3.9" and python_version < "4.0" -pexpect==4.8.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform != "win32" -pickleshare==0.7.5 ; python_version >= "3.9" and python_version < "4.0" -platformdirs==3.5.0 ; python_version >= "3.9" and python_version < "4.0" -pluggy==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -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" -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" -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" -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" -pygments==2.15.1 ; python_version >= "3.9" and python_version < "4.0" -pytest-clarity==1.0.1 ; python_version >= "3.9" and python_version < "4.0" -pytest==7.3.1 ; python_version >= "3.9" and python_version < "4.0" -python-dateutil==2.8.2 ; python_version >= "3.9" and python_version < "4.0" -python-slugify==8.0.1 ; python_version >= "3.9" and python_version < "4.0" -python-stdnum==1.18 ; python_version >= "3.9" and python_version < "4.0" -pytimeparse==1.1.8 ; python_version >= "3.9" and python_version < "4.0" -pytz==2023.3 ; python_version >= "3.9" and python_version < "4.0" -requests-cache==0.9.8 ; python_version >= "3.9" and python_version < "4.0" -requests==2.29.0 ; python_version >= "3.9" and python_version < "4.0" -rich==13.3.5 ; python_version >= "3.9" and python_version < "4.0" -six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" -sqlalchemy==1.4.48 ; python_version >= "3.9" and python_version < "4.0" -stack-data==0.6.2 ; python_version >= "3.9" and python_version < "4.0" -text-unidecode==1.3 ; python_version >= "3.9" and python_version < "4.0" -tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11" -traitlets==5.9.0 ; python_version >= "3.9" and python_version < "4.0" -typing-extensions==4.5.0 ; python_version >= "3.9" and python_version < "3.10" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4.0" -url-normalize==1.4.3 ; python_version >= "3.9" and python_version < "4.0" -urllib3==1.26.15 ; python_version >= "3.9" and python_version < "4.0" -wcwidth==0.2.6 ; python_version >= "3.9" and python_version < "4" -xlrd==2.0.1 ; python_version >= "3.9" and python_version < "4.0" diff --git a/requirements.lock b/requirements.lock new file mode 100644 index 0000000..604b1d8 --- /dev/null +++ b/requirements.lock @@ -0,0 +1,76 @@ +# generated by rye +# use `rye lock` or `rye sync` to update this lockfile +# +# last locked with the following flags: +# pre: false +# features: [] +# all-features: false +# with-sources: false + +-e file:. +attrs==23.2.0 + # via cattrs + # via requests-cache +bottleneck==1.3.8 + # via pandas +cattrs==23.2.3 + # via requests-cache +certifi==2024.2.2 + # via requests +charset-normalizer==3.3.2 + # via requests +colorama==0.4.6 + # via csv-metadata-quality +country-converter==1.2 + # via csv-metadata-quality +ftfy==6.2.0 + # via csv-metadata-quality +idna==3.7 + # via requests +llvmlite==0.42.0 + # via numba +numba==0.59.1 + # via pandas +numexpr==2.10.0 + # via pandas +numpy==1.26.4 + # via bottleneck + # via numba + # via numexpr + # via pandas + # via py3langid + # via pyarrow +pandas==2.2.2 + # via country-converter + # via csv-metadata-quality +platformdirs==4.2.0 + # via requests-cache +py3langid==0.2.2 + # via csv-metadata-quality +pyarrow==15.0.2 + # via pandas +pycountry==23.12.11 + # via csv-metadata-quality +python-dateutil==2.9.0.post0 + # via pandas +python-stdnum==1.20 + # via csv-metadata-quality +pytz==2024.1 + # via pandas +requests==2.31.0 + # via csv-metadata-quality + # via requests-cache +requests-cache==1.2.0 + # via csv-metadata-quality +six==1.16.0 + # via python-dateutil + # via url-normalize +tzdata==2024.1 + # via pandas +url-normalize==1.4.3 + # via requests-cache +urllib3==2.2.1 + # via requests + # via requests-cache +wcwidth==0.2.13 + # via ftfy diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index f2ebe21..0000000 --- a/requirements.txt +++ /dev/null @@ -1,25 +0,0 @@ -appdirs==1.4.4 ; python_version >= "3.9" and python_version < "4.0" -attrs==23.1.0 ; python_version >= "3.9" and python_version < "4.0" -cattrs==22.2.0 ; python_version >= "3.9" and python_version < "4.0" -certifi==2022.12.7 ; python_version >= "3.9" and python_version < "4.0" -charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" -country-converter==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -exceptiongroup==1.1.1 ; python_version >= "3.9" and python_version < "3.11" -ftfy==6.1.1 ; python_version >= "3.9" and python_version < "4" -idna==3.4 ; 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.3 ; python_version >= "3.9" and python_version < "4.0" -pandas==2.0.1 ; 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" -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" -pytz==2023.3 ; python_version >= "3.9" and python_version < "4.0" -requests-cache==0.9.8 ; python_version >= "3.9" and python_version < "4.0" -requests==2.29.0 ; python_version >= "3.9" and python_version < "4.0" -six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" -tzdata==2023.3 ; python_version >= "3.9" and python_version < "4.0" -url-normalize==1.4.3 ; python_version >= "3.9" and python_version < "4.0" -urllib3==1.26.15 ; python_version >= "3.9" and python_version < "4.0" -wcwidth==0.2.6 ; python_version >= "3.9" and python_version < "4"