From cfc36d1689b46d59c3c834d62ccda6eefed1be0c Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 10:33:56 +0100 Subject: [PATCH] Add flake to the requirements.txt --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index a7ddef0..893184e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,12 +4,16 @@ aiosignal==1.3.1 attrs==24.2.0 coverage==7.6.1 discord.py==2.4.0 +flake8==7.1.1 frozenlist==1.4.1 idna==3.7 iniconfig==2.0.0 +mccabe==0.7.0 multidict==6.0.5 packaging==24.1 pluggy==1.5.0 +pycodestyle==2.12.1 +pyflakes==3.2.0 pytest==8.3.2 pytest-cov==5.0.0 schema==0.7.7