diff --git a/.gitignore b/.gitignore index 84e60beb..8cc874d1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ coverage.xml # Translations *.mo +# Vscode +.vscode + # Mr Developer .mr.developer.cfg .project diff --git a/requirements/python b/requirements/python index 1c200697..8ffaa349 100644 --- a/requirements/python +++ b/requirements/python @@ -5,9 +5,9 @@ argcomplete~=1.10.0 beautifulsoup4~=4.8.0 chardet==3.* docx2txt~=0.8 -extract-msg<=0.29.* #Last with python2 support +extract-msg==0.29.6 #Last with python2 support pdfminer.six==20191110 #Last with python2 support python-pptx~=0.6.18 -six~=1.12.0 +six~=1.16.0 SpeechRecognition~=3.8.1 xlrd~=1.2.0