From dfd970984985543261d5df48e5c940ed660eacfe Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 26 Sep 2024 19:11:16 +0200 Subject: [PATCH] cleanup --- .github/workflows/build.yml | 2 +- pyproject.toml | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c42230..c90871f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions setuptools distutils + pip install tox tox-gh-actions - name: Run tox run: tox diff --git a/pyproject.toml b/pyproject.toml index 4b3904e..fdb0831 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ hvutil = "hvcc.utils:main" [tool.poetry.dependencies] python = "^3.8.1" Jinja2 = ">=2.11" -importlib-resources = ">=5.1" +importlib-resources = { version = ">=5.1", python = "==3.8" } wstd2daisy = ">=0.5.3" pydantic = ">=2.9.1" diff --git a/requirements.txt b/requirements.txt index 1525bce..63dbd8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \ --hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \ --hash=sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89 -importlib-resources==6.4.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \ +importlib-resources==6.4.5 ; python_full_version >= "3.8.1" and python_version == "3.8" \ --hash=sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065 \ --hash=sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717 jinja2==3.1.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \ @@ -167,6 +167,6 @@ typing-extensions==4.12.2 ; python_full_version >= "3.8.1" and python_full_versi wstd2daisy==0.5.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" \ --hash=sha256:1cf6bbc6d08cf1f4d36c1aac2f1ca0c7a7b393c49308757bb3f91b05f8cf397a \ --hash=sha256:cd566d89bb36ec9fb245acff166f401a71374f044ec8db421a08eedd52bbe07b -zipp==3.20.2 ; python_full_version >= "3.8.1" and python_version < "3.10" \ +zipp==3.20.2 ; python_full_version >= "3.8.1" and python_version == "3.8" \ --hash=sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350 \ --hash=sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29