Skip to content

Commit 94cae54

Browse files
committed
Update Python dependencies
1 parent d050a97 commit 94cae54

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ coverage==5.1
4141
pyotp==2.3.0
4242
boto==2.49.0
4343
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"
4648
certifi>=2020.4.5.1
4749
pdfminer.six==20191110;python_version<"3.5"
4850
pdfminer.six==20200402;python_version>="3.5"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@
125125
'pyotp==2.3.0',
126126
'boto==2.49.0',
127127
'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"',
130132
'certifi>=2020.4.5.1',
131133
'pdfminer.six==20191110;python_version<"3.5"',
132134
'pdfminer.six==20200402;python_version>="3.5"',

0 commit comments

Comments
 (0)