From 51a58d36949c0496bf35848ea36efbdf09a788d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:17:16 +0200 Subject: [PATCH] Add tzdata --- pyproject.toml | 1 + uv.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d81aa74..2af4380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "requests>=2.32.5", "tabulate>=0.9.0", "tqdm>=4.68.3", + "tzdata>=2026.2", ] [project.scripts] diff --git a/uv.lock b/uv.lock index 3733bc7..59293b8 100644 --- a/uv.lock +++ b/uv.lock @@ -790,6 +790,7 @@ dependencies = [ { name = "requests" }, { name = "tabulate" }, { name = "tqdm" }, + { name = "tzdata" }, ] [package.dev-dependencies] @@ -808,6 +809,7 @@ requires-dist = [ { name = "requests", specifier = ">=2.32.5" }, { name = "tabulate", specifier = ">=0.9.0" }, { name = "tqdm", specifier = ">=4.68.3" }, + { name = "tzdata", specifier = ">=2026.2" }, ] [package.metadata.requires-dev] @@ -1318,6 +1320,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614, upload-time = "2025-08-25T13:49:24.86Z" }, ] +[[package]] +name = "tzdata" +version = "2026.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/ba/19/1b9b0e29f30c6d35cb345486df41110984ea67ae69dddbc0e8a100999493/tzdata-2026.2.tar.gz", hash = "sha256:9173fde7d80d9018e02a662e168e5a2d04f87c41ea174b139fbef642eda62d10", size = 198254, upload-time = "2026-04-24T15:22:08.651Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ce/e4/dccd7f47c4b64213ac01ef921a1337ee6e30e8c6466046018326977efd95/tzdata-2026.2-py2.py3-none-any.whl", hash = "sha256:bbe9af844f658da81a5f95019480da3a89415801f6cc966806612cc7169bffe7", size = 349321, upload-time = "2026-04-24T15:22:05.876Z" }, +] + [[package]] name = "unidecode" version = "1.4.0"