Implement YouTube manager

This commit is contained in:
BreadTube 2025-09-26 20:59:38 +09:00 committed by Corentin
commit b958f4fe55
8 changed files with 253 additions and 38 deletions

View file

@ -1,8 +1,8 @@
[project]
name = "bot-discord"
version = "0.0.1"
requires-python = ">=3.10"
dependencies = ["google-api-python-client==2.182.0"]
requires-python = ">=3.11"
# dependencies = []
[project.optional-dependencies]
test = ["pytest"]
@ -55,7 +55,7 @@ max-returns=8
max-statements=96
[tool.ruff.lint.mccabe]
max-complexity = 20
max-complexity = 24
[tool.coverage.run]
command_line = "-m pytest"