File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,10 @@ coverage==5.1
41
41
pyotp == 2.3.0
42
42
boto == 2.49.0
43
43
cffi == 1.14.0
44
- flake8 == 3.8.1
45
- pyflakes == 2.2.0
44
+ flake8 == 3.7.9 ;python_version < "3.5"
45
+ flake8 == 3.8.1 ;python_version >= "3.5"
46
+ pyflakes == 2.1.1 ;python_version < "3.5"
47
+ pyflakes == 2.2.0 ;python_version >= "3.5"
46
48
certifi >= 2020.4.5.1
47
49
pdfminer.six == 20191110 ;python_version < "3.5"
48
50
pdfminer.six == 20200402 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 125
125
'pyotp==2.3.0' ,
126
126
'boto==2.49.0' ,
127
127
'cffi==1.14.0' ,
128
- 'flake8==3.8.1' ,
129
- 'pyflakes==2.2.0' ,
128
+ 'flake8==3.7.9;python_version<"3.5"' ,
129
+ 'flake8==3.8.1;python_version>="3.5"' ,
130
+ 'pyflakes==2.1.1;python_version<"3.5"' ,
131
+ 'pyflakes==2.2.0;python_version>="3.5"' ,
130
132
'certifi>=2020.4.5.1' ,
131
133
'pdfminer.six==20191110;python_version<"3.5"' ,
132
134
'pdfminer.six==20200402;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments