13 lines
290 B
TOML
13 lines
290 B
TOML
[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",
|
|
]
|