From 6fccd08e96dd29b4e7bdbebc92c686753c1cdd4a Mon Sep 17 00:00:00 2001 From: Benex254 Date: Wed, 24 Jul 2024 21:04:41 +0300 Subject: [PATCH] chore: update config removing gui dependencies --- pyproject.toml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ab6462..23c050c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,14 +26,8 @@ pytest = "^8.2.2" ruff = "^0.4.10" pre-commit = "^3.7.1" autoflake = "^2.3.1" -bandit = "^1.7.9" +# bandit = "^1.7.9" -[tool.poetry.group.gui_deps] -optional = true -[tool.poetry.group.gui_deps.dependencies] -kivy = "^2.3.0" - -kivymd = { url = "https://github.com/kivymd/KivyMD/archive/master.zip" } [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" @@ -42,7 +36,7 @@ build-backend = "poetry.core.masonry.api" fastanime = 'fastanime:FastAnime' # FILE: .bandit -[tool.bandit] +# [tool.bandit] #exclude = tests,path/to/file #tests = B201,B301 -skips = ["B311", "B603", "B607", "B404"] +# skips = ["B311", "B603", "B607", "B404"]