From 3db6c7c5ea643c8735aef8dea42c1b8c615cf615 Mon Sep 17 00:00:00 2001 From: Spartan-71 Date: Thu, 21 Nov 2024 16:27:00 +0530 Subject: [PATCH] feat: update install requires in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28904e4..a6eb92e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_des, long_description_content_type='text/markdown', packages=find_packages(), - install_requires=["ollama"], + install_requires=["ollama","typer"], keywords=[ "autocommit", "aicommit",