Files
Aetheel/pyproject.toml
Tanmay Karande ec8bd80a3d first commit
2026-02-13 23:56:09 -05:00

14 lines
301 B
TOML

[project]
name = "aetheel"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastembed>=0.7.4",
"python-dotenv>=1.2.1,<2.0.0",
"slack-bolt>=1.27.0,<2.0.0",
"slack-sdk>=3.40.0,<4.0.0",
"watchdog>=6.0.0",
]