Stuff and things
This commit is contained in:
parent
83f12dcbd7
commit
e20f940eaf
6 changed files with 299 additions and 335 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue