Initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user