File size: 560 Bytes
c674913
 
 
 
 
 
 
f23bc43
c674913
71e0aa1
 
d29e506
 
c674913
 
71e0aa1
c674913
184837f
c674913
e5a9cb3
c674913
8045ad7
71e0aa1
c674913
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "shopping-ai-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "agno>=2.4.8",
    "cohere>=5.18.0",
    "ddgs>=9.6.0",
    "fastapi[standard]>=0.117.1",
    "google-genai>=1.61.0",
    "groq>=1.0.0",
    "langchain-community>=0.3.29",
    "langchain-openai>=0.3.33",
    "openai>=1.109.0",
    "pandas>=2.3.2",
    "pinecone>=7.3.0",
    "pinecone-text>=0.11.0",
    "pyjwt>=2.11.0",
    "python-dotenv>=1.1.1",
    "redis>=6.4.0",
    "uvicorn>=0.37.0",
]