From 511063fd0eaecfa8d5d9188b854c73516ac6c25b Mon Sep 17 00:00:00 2001 From: besendorf Date: Wed, 4 Jun 2025 13:00:04 +0200 Subject: [PATCH] Update pyproject.toml (#630) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eec0824..a31df04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ "pydantic >= 2.10.0", "pydantic-settings >= 2.7.0", 'backports.zoneinfo; python_version < "3.9"', + "NSKeyedUnArchiver==1.5", ] requires-python = ">= 3.8" @@ -103,4 +104,4 @@ where = ["src"] mvt = ["ios/data/*.json"] [tool.setuptools.dynamic] -version = {attr = "mvt.common.version.MVT_VERSION"} \ No newline at end of file +version = {attr = "mvt.common.version.MVT_VERSION"}