Replace opencv-python with opencv-contrib-python-headless in dependencies

This commit is contained in:
2025-01-06 21:49:27 +01:00
parent fb883a5953
commit 91c925c174

View File

@ -9,7 +9,7 @@ dependencies = [
"discord-py", "discord-py",
"numpy", "numpy",
"openai", "openai",
"opencv-python", "opencv-contrib-python-headless",
"python-dotenv", "python-dotenv",
] ]