From 522ce718af3ff0878eebf8a782bd7f3f80e902ae Mon Sep 17 00:00:00 2001 From: Elton Chou Date: Tue, 2 Jul 2024 00:27:29 +0800 Subject: [PATCH] chore: Freeze requirements.txt. --- Makefile | 2 +- requirements.txt | 72 ++++++++++++++++++++++++------------------------ 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Makefile b/Makefile index 4600b6f..5461ad6 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ cov-report: cov-test # Show the coverage of tests. coverage report -m freeze: # Export the requirements.txt file. - poetry export --dev --without-hashes -f requirements.txt --output requirements.txt + poetry export --with dev --without-hashes -f requirements.txt --output requirements.txt lint: # Lint the code. flake8 diff --git a/requirements.txt b/requirements.txt index c7ce109..12c06d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,36 @@ -atomicwrites==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.4.0" -attrs==22.1.0; python_version >= "3.6" -autopep8==1.7.0 -black==22.8.0; python_full_version >= "3.6.2" -cfgv==3.3.1; python_full_version >= "3.6.1" and python_version >= "3.7" -click==8.1.3; python_version >= "3.7" and python_full_version >= "3.6.2" -colorama==0.4.5; sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.6.2" and platform_system == "Windows" -coverage==6.5.0; python_version >= "3.7" -distlib==0.3.6; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" -filelock==3.8.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" -flake8==5.0.4; python_full_version >= "3.6.1" -identify==2.5.6; python_version >= "3.7" -iniconfig==1.1.1; python_version >= "3.6" -mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.6.1" -mypy-extensions==0.4.3; python_version >= "3.7" and python_full_version >= "3.6.2" -mypy==0.982; python_version >= "3.7" -nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7" -numpy==1.23.3; python_version >= "3.8" -packaging==21.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" -pathspec==0.10.1; python_version >= "3.7" and python_full_version >= "3.6.2" -platformdirs==2.5.2; python_version >= "3.7" and python_full_version >= "3.6.2" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7") -pluggy==1.0.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" -pre-commit==2.20.0; python_version >= "3.7" -py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" -pycodestyle==2.9.1; python_version >= "3.6" and python_full_version >= "3.6.1" -pyflakes==2.5.0; python_version >= "3.6" and python_full_version >= "3.6.1" -pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6" -pytest==6.2.5; python_version >= "3.6" -pyyaml==6.0; python_version >= "3.7" -rapidfuzz==2.11.1; python_version >= "3.6" -six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" -toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7" -tomli==2.0.1; python_version >= "3.7" and python_version < "3.11" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") and python_full_version <= "3.11.0a6" and python_full_version >= "3.6.2" -tox==3.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -typing-extensions==4.3.0; python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.7" -virtualenv==20.16.5; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" +atomicwrites==1.4.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" and sys_platform == "win32" +attrs==23.2.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +autopep8==1.7.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +black==24.4.2 ; python_version >= "3.8" and python_full_version <= "3.13.0" +cfgv==3.4.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +click==8.1.7 ; python_version >= "3.8" and python_full_version <= "3.13.0" +colorama==0.4.6 ; python_version >= "3.8" and python_full_version <= "3.13.0" and (sys_platform == "win32" or platform_system == "Windows") +coverage[toml]==6.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +distlib==0.3.8 ; python_version >= "3.8" and python_full_version <= "3.13.0" +filelock==3.15.4 ; python_version >= "3.8" and python_full_version <= "3.13.0" +flake8==5.0.4 ; python_version >= "3.8" and python_full_version <= "3.13.0" +identify==2.5.36 ; python_version >= "3.8" and python_full_version <= "3.13.0" +iniconfig==2.0.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +mccabe==0.7.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +mypy-extensions==1.0.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +mypy==1.10.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +nodeenv==1.9.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.12" +numpy==2.0.0 ; python_version >= "3.12" and python_full_version <= "3.13.0" +packaging==24.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pathspec==0.12.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +platformdirs==4.2.2 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pluggy==1.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pre-commit==2.21.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +py==1.11.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pycodestyle==2.9.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pyflakes==2.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pytest==6.2.5 ; python_version >= "3.8" and python_full_version <= "3.13.0" +pyyaml==6.0.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" +rapidfuzz==2.15.2 ; python_version >= "3.8" and python_full_version <= "3.13.0" +six==1.16.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +toml==0.10.2 ; python_version >= "3.8" and python_full_version <= "3.13.0" +tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" +tox==3.28.0 ; python_version >= "3.8" and python_full_version <= "3.13.0" +typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version <= "3.13.0" +virtualenv==20.26.3 ; python_version >= "3.8" and python_full_version <= "3.13.0"