From 2df682f3b020e4cd7a044120a612199209ba4601 Mon Sep 17 00:00:00 2001 From: Sterling Dreyer Date: Thu, 13 Mar 2025 10:57:00 -0700 Subject: [PATCH] Add packaging requirement (#290) --- arcade/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/arcade/pyproject.toml b/arcade/pyproject.toml index c043c51d..5d7052fb 100644 --- a/arcade/pyproject.toml +++ b/arcade/pyproject.toml @@ -26,6 +26,7 @@ pyjwt = "^2.8.0" loguru = "^0.7.0" tqdm = "^4.1.0" toml = "^0.10.2" +packaging = "^24.1" types-python-dateutil = "2.9.0.20241003" types-pytz = "2024.2.0.20241003" types-toml = "0.10.8.20240310"