19 lines
438 B
TOML
19 lines
438 B
TOML
[project]
|
|
name = "notify"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"dotenv>=0.9.9",
|
|
"fastapi>=0.133.0",
|
|
"faststream[rabbit]>=0.6.6",
|
|
"hvac>=2.4.0",
|
|
"pydantic-settings>=2.13.1",
|
|
"python-ulid>=3.1.0",
|
|
"uvloop>=0.22.1; platform_system != 'Windows'",
|
|
"granian>=2.6.1",
|
|
"email-validator>=2.3.0",
|
|
"jinja2>=3.1.6",
|
|
"aiosmtplib>=5.1.0",
|
|
]
|