Catapult-Splitter / pyproject.toml
Sarathrsk03's picture
V 0.1
d904dd8
[project]
name = "catapultsplit"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"google-genai>=1.60.0",
"langgraph>=1.0.7",
"pydantic>=2.12.5",
"pytesseract>=0.3.13",
"streamlit>=1.53.1",
"Pillow>=11.1.0",
"python-dotenv>=1.2.1",
"gradio>=6.4.0",
]
[dependency-groups]
dev = [
"pyrefly>=0.49.0",
]