Add image enhancement command
This commit is contained in:
@ -5,10 +5,12 @@ description = "My shit bot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"openai",
|
||||
"python-dotenv",
|
||||
"audioop-lts",
|
||||
"discord-py",
|
||||
"audioop-lts>=0.2.1",
|
||||
"numpy",
|
||||
"openai",
|
||||
"opencv-python",
|
||||
"python-dotenv",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
@ -85,4 +87,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
||||
python_files = "test_*.py *_test.py *_tests.py"
|
||||
|
||||
[tool.uv.sources]
|
||||
discord-py = { git = "https://github.com/Rapptz/discord.py", rev = "9806aeb83179d0d1e90d903e30db7e69e0d492e5" }
|
||||
discord-py = {git = "https://github.com/Rapptz/discord.py", rev = "9806aeb83179d0d1e90d903e30db7e69e0d492e5"}
|
||||
|
Reference in New Issue
Block a user