From 188e7cc175efc4ddc6baa3f21d12ab51b3cb9f59 Mon Sep 17 00:00:00 2001 From: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:43:34 -0400 Subject: [PATCH] add requests to fetch .pyz --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ee95ab8..47c4872 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,9 @@ dependencies = [ # CLI prompt "questionary", + # fetch translation_rulesets in binary mode + "requests", + # For validation of objects "pydantic >= 2.6",