initial commit
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user