Initial commit of Discord GLHF Bot with core functionality, configuration, and dependencies.
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user