From b500806815646281c1035d9b7848920c719e4954 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:45:58 +0900 Subject: [PATCH] chore: drop dependency --- helpers/pefile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/pefile.py b/helpers/pefile.py index b76181d..ab63490 100644 --- a/helpers/pefile.py +++ b/helpers/pefile.py @@ -4,7 +4,6 @@ import typing # noqa from dataclasses import dataclass from enum import Enum -from packaging.version import Version from pathlib import Path from shlex import shlex from typing import BinaryIO, Union