flashcard-app / pyproject.toml
adityachivu's picture
migrate to chat agent with flashcard agent
ee0877c
raw
history blame contribute delete
386 Bytes
[project]
name = "flashcard-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google>=3.0.0",
"google-generativeai>=0.8.3",
"gradio>=5.9.1",
"markitdown>=0.0.1a3",
"mypy>=1.14.1",
"pip>=24.3.1",
"pydantic-ai[logfire]>=0.0.15",
"python-dotenv>=1.0.1",
"rich>=13.9.4",
]