[project] | |
name = "glfriend" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"discord>=2.3.2", | |
"flask>=3.1.0", | |
"langchain-community>=0.3.23", | |
"langchain-google-genai>=2.1.4", | |
"langchain-openai>=0.3.17", | |
"langchain-pinecone>=0.2.6", | |
"uuid>=1.30", | |
] | |