Skip to content

Commit

Permalink
feat: update install requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan-71 committed Nov 21, 2024
1 parent b8e05a4 commit 3db6c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3db6c7c

Please sign in to comment.