11[project ]
22name = " sassyshell"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " A sassy, AI-powered CLI sidekick that remembers the commands you forget and mocks you into getting better."
55readme = " README.md"
66requires-python = " >=3.12"
7- license = { text = " MIT" }
7+ license = " MIT"
88keywords = [" cli" , " ai" , " shell" , " productivity" , " developer-tools" , " linux" , " terminal" ]
99authors = [
1010 { name = " Parth Jain" , email = " parthjain1812@gmail.com" },
1111]
1212classifiers = [
1313 " Development Status :: 4 - Beta" ,
1414 " Intended Audience :: Developers" ,
15- " License :: OSI Approved :: MIT License" ,
1615 " Programming Language :: Python :: 3" ,
1716 " Programming Language :: Python :: 3.12" ,
1817 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
@@ -21,10 +20,14 @@ classifiers = [
2120]
2221dependencies = [
2322 " langchain-ollama>=0.3.10" ,
24- " langchain[anthropic,google-genai,groq,openai]>=0.3.27" ,
2523 " pydantic-settings>=2.11.0" ,
2624 " scikit-learn>=1.7.2" ,
2725 " typer>=0.19.2" ,
26+ " grpcio==1.67.1" ,
27+ " langchain-google-genai>=2.1.12" ,
28+ " langchain-groq>=0.3.8" ,
29+ " langchain-openai>=0.3.35" ,
30+ " langchain-anthropic>=0.3.22" ,
2831]
2932
3033[project .scripts ]
@@ -39,4 +42,4 @@ package = true
3942
4043[project .urls ]
4144Homepage = " https://github.com/parthjain18/sassyshell"
42- Issues = " https://github.com/parthjain18/sassyshell/issues"
45+ Issues = " https://github.com/parthjain18/sassyshell/issues"
0 commit comments