From 2716e6059138f16e3319863856e256037345baa9 2024-09-03 15:50:31
From: Branko Majic <branko@majic.rs>
Date: 2024-09-03 15:50:31
Subject: [PATCH] MAR-218: Add back flake8 requirement for running tests:

- Requirements was dropped by accident.

---

diff --git a/requirements.in b/requirements.in
index 9ccb349e8831aa907a80a00206a786875d068d7f..55881d393d216e533accde3ea4fc53352bef6c8f 100644
--- a/requirements.in
+++ b/requirements.in
@@ -6,6 +6,7 @@ python-ldap
 # Development and testing.
 ansible-lint
 defusedxml
+flake8
 gimmecert
 molecule[testinfra]~=24.8.0
 molecule-plugins[vagrant]~=23.5.0
diff --git a/requirements.txt b/requirements.txt
index 7b08522aed982187ca9b3902d584323b1c7be399..e73b04c34fc3730b33c55e52a7cc9ec2b1b96906 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -65,6 +65,8 @@ enrich==1.2.7
     # via molecule
 filelock==3.15.4
     # via ansible-lint
+flake8==7.1.1
+    # via -r requirements.in
 gimmecert==1.0.0
     # via -r requirements.in
 idna==3.8
@@ -91,6 +93,8 @@ markdown-it-py==3.0.0
     # via rich
 markupsafe==2.1.5
     # via jinja2
+mccabe==0.7.0
+    # via flake8
 mdurl==0.1.2
     # via markdown-it-py
 molecule[testinfra]==24.8.0
@@ -134,8 +138,12 @@ pyasn1==0.6.0
     #   python-ldap
 pyasn1-modules==0.4.0
     # via python-ldap
+pycodestyle==2.12.1
+    # via flake8
 pycparser==2.22
     # via cffi
+pyflakes==3.2.0
+    # via flake8
 pygments==2.18.0
     # via
     #   rich
@@ -231,7 +239,7 @@ pip==24.2
     # via
     #   -r requirements.in
     #   pip-tools
-setuptools==74.1.0
+setuptools==74.1.1
     # via
     #   -r requirements.in
     #   pip-tools