MarketSync / pyproject.toml
hyeonjoo's picture
Initial project commit with LFS
9b1e3db
raw
history blame contribute delete
530 Bytes
[project]
name = "shcard_2025_bigcontest_chatbot"
version = "0.1.0"
description = "์‹ ํ•œ์นด๋“œ ๊ฐ€๋งน์  ์ถ”์ฒœ ์ฑ—๋ด‡"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"streamlit>=1.38.0",
"google-generativeai>=0.8.0",
"pandas>=2.2.0",
"mcp>=1.13.1",
"fastmcp>=2.11.0",
"langchain>=0.1.0",
"langchain-google-genai>=1.0.0",
"langchain-mcp-adapters>=0.1.0",
"langchain-core>=0.1.0",
"langgraph>=0.1.0",
"pillow>=10.0.0",
"asyncio>=4.0.0",
"matplotlib>=3.7.2",
]