File size: 386 Bytes
599f736
 
 
 
 
 
 
 
 
 
 
ee0877c
599f736
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]