initial commit

This commit is contained in:
2025-03-25 23:02:22 +01:00
commit c56377ba4c
9 changed files with 509 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[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",
]