Skip to content

Commit 33f7010

Browse files
Updated requirement.txt file
1 parent c7d8158 commit 33f7010

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ cffi==1.14.2
44
Click==7.1.2
55
isort==5.5.0
66
lazy-object-proxy==1.4.3
7-
mccabe==0.6.1
8-
pycodestyle==2.6.0
7+
mccabe==0.7.0 # ✅ Updated
8+
pycodestyle==2.12.0 # ✅ Updated
99
pycparser==2.20
1010
pylint==2.6.0
1111
PyYAML==5.3.1
1212
six==1.15.0
1313
tabulate==0.8.7
1414
wrapt==1.12.1
15+
flake8==7.1.1 # ✅ Added
16+
pytest # ✅ Added if you use pytest

0 commit comments

Comments
 (0)