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

This commit is contained in:
Joakim Hellsén 2025-01-06 21:49:27 +01:00
commit 91c925c174
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9

View file

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