From 99c248a8b0ab669407f3a6fc8222540badd05fa1 Mon Sep 17 00:00:00 2001 From: Kostis-S-Z Date: Wed, 18 Dec 2024 13:45:29 +0000 Subject: [PATCH] Add fire to core dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4cc6fc8..a6b8d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ requires-python = ">=3.10,<3.13" dynamic = ["version"] dependencies = [ "beautifulsoup4", + "fire", "huggingface-hub", "llama-cpp-python", "loguru",