mirror of
https://github.com/csd4ni3l/meow-bot.git
synced 2026-06-02 10:45:50 +02:00
14 lines
287 B
TOML
14 lines
287 B
TOML
[project]
|
|
name = "meow-bot"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"openrouter>=0.9.1",
|
|
"python-dotenv>=1.2.2",
|
|
"requests>=2.34.2",
|
|
"slack-bolt>=1.28.0",
|
|
"slack-cli-hooks<1.0.0",
|
|
]
|