Files
inbox_assistant/pyproject.toml
T

13 lines
290 B
TOML
Raw Normal View History

2025-03-25 23:02:10 +01:00
[project]
name = "inbox-assistant"
version = "0.1.0"
description = "A simple assitant that priroitize and summarize your imap inbox"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.0",
"imap-tools>=1.10.0",
"mistralai>=1.6.0",
"ruff>=0.11.2",
]