From 100d5738ef21c19001e0be61a6429097f7bd37bd Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 10 Sep 2024 17:33:00 -0700 Subject: [PATCH] Try removing something from pyproject that was stopping builds --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 270f9f5..91a68bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,6 @@ redis = "^5.0.8" aiohttp = "^3.10.5" gevent = "^24.2.1" -[tool.poetry.group.dev.dependencies] -flake8 = "^6.0.0" - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"