Add suject template, pretty_from field and more mail server configuration
All checks were successful
/ test (push) Successful in 13s
All checks were successful
/ test (push) Successful in 13s
This commit is contained in:
parent
d159254fdf
commit
ab824960ac
4 changed files with 237 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "sms_handler"
|
||||
version = "0.0.13"
|
||||
version = "0.0.14"
|
||||
#dynamic = ["version"]
|
||||
description = "Listen to messages from the SMS Forwarder app on Android and send mail"
|
||||
readme = "README.md"
|
||||
|
@ -25,4 +25,9 @@ packages = ["src/sms_handler"]
|
|||
|
||||
[tool.uv]
|
||||
package = true
|
||||
dev-dependencies = ["httpx>=0.28.0", "pytest>=8.3.3"]
|
||||
dev-dependencies = [
|
||||
"httpx>=0.28.0",
|
||||
"ipdb>=0.13.13",
|
||||
"ipython>=8.30.0",
|
||||
"pytest>=8.3.3",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue