Skip to content

Commit 26af2b2

Browse files
committed
Pin a Python dependency
1 parent 27d92af commit 26af2b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ pytest-cov==3.0.0;python_version>="3.6"
135135
flake8==3.7.9;python_version<"3.5"
136136
flake8==3.9.2;python_version>="3.5" and python_version<"3.6"
137137
flake8==4.0.1;python_version>="3.6"
138+
mccabe==0.6.1
138139
pyflakes==2.1.1;python_version<"3.5"
139140
pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"
140141
pyflakes==2.4.0;python_version>="3.6"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
'flake8==3.7.9;python_version<"3.5"',
264264
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',
265265
'flake8==4.0.1;python_version>="3.6"',
266+
'mccabe==0.6.1',
266267
'pyflakes==2.1.1;python_version<"3.5"',
267268
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
268269
'pyflakes==2.4.0;python_version>="3.6"',

0 commit comments

Comments
 (0)