28 lines
606 B
TOML
28 lines
606 B
TOML
[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",
|
|
"flask>=3.1.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",
|
|
"quart>=0.20.0",
|
|
"requests>=2.32.3",
|
|
"tenacity>=9.0.0",
|
|
"termcolor>=2.5.0",
|
|
]
|