File size: 352 Bytes
297e47e f058b7d 297e47e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[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",
]
|