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