Initial commit of Discord GLHF Bot with core functionality, configuration, and dependencies.

This commit is contained in:
pacnpal
2025-02-11 15:34:02 -05:00
commit 908f1912bb
63 changed files with 205192 additions and 0 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[project]
name = "discord-glhf"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.11.10",
"aiomonitor>=0.7.1",
"aiosqlite>=0.20.0",
"async-timeout>=5.0.1",
"audioop-lts>=0.2.1",
"discord>=2.3.2",
"discord-py>=2.4.0",
"ipdb>=0.13.13",
"jishaku>=2.6.0",
"litellm>=1.53.3",
"openai>=1.57.2",
"promptic>=2.3.1",
"python-dotenv>=1.0.1",
"pyyaml>=6.0.2",
"tenacity>=9.0.0",
"termcolor>=2.5.0",
]