From 8663f3bff590959cb37d777221aca310d6613844 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 21 Sep 2024 16:02:50 -0500 Subject: [PATCH] update --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3180a10..9ac642a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,6 @@ pyansi = { git = "https://git.ocjtech.us/jeff/pyansi" } requests = "^2.31.0" [tool.poetry.group.dev.dependencies] -black = "^23.3.0" -flake8 = "^6.0.0" -isort = "^5.12.0" [tool.poetry.scripts] hostapps-update = "hostapps.update:main"