Stuff and things

This commit is contained in:
Joakim Hellsén 2025-09-20 22:01:36 +02:00
commit e20f940eaf
6 changed files with 299 additions and 335 deletions

View file

@ -7,18 +7,16 @@ requires-python = ">=3.13"
dependencies = [
"audioop-lts",
"discord-py",
"httpx>=0.28.1",
"httpx",
"numpy",
"openai",
"opencv-contrib-python-headless",
"psutil>=7.0.0",
"psutil",
"pydantic-ai-slim[duckduckgo,openai]",
"python-dotenv",
"sentry-sdk",
]
[dependency-groups]
dev = ["pytest", "ruff"]
[tool.ruff]
preview = true
fix = true