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",
"numpy",
"openai",
"opencv-python",
"opencv-contrib-python-headless",
"python-dotenv",
]