discord bot
All checks were successful
Build and Push Discord Bot Docker Image / build (push) Successful in 1m5s
All checks were successful
Build and Push Discord Bot Docker Image / build (push) Successful in 1m5s
This commit is contained in:
12
discord/pyproject.toml
Normal file
12
discord/pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user