Files
cavepediav2/discord/pyproject.toml
Paul Walko 0cd17238d0
All checks were successful
Build and Push Discord Bot Docker Image / build (push) Successful in 1m5s
discord bot
2025-12-26 16:21:28 +01:00

13 lines
288 B
TOML

[project]
name = "cavepedia-discord"
version = "0.1.0"
description = "Discord bot for Cavepedia AI assistant"
requires-python = ">=3.13"
dependencies = [
"discord-py>=2.4.0",
"httpx>=0.27.0",
"python-dotenv>=1.0.0",
"python-json-logger>=4.0.0",
"cachetools>=5.5.0",
]