Replace opencv-python with opencv-contrib-python-headless in dependencies
This commit is contained in:
parent
fb883a5953
commit
91c925c174
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ dependencies = [
|
||||||
"discord-py",
|
"discord-py",
|
||||||
"numpy",
|
"numpy",
|
||||||
"openai",
|
"openai",
|
||||||
"opencv-python",
|
"opencv-contrib-python-headless",
|
||||||
"python-dotenv",
|
"python-dotenv",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue