-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update requirements & bump to 1.6.2.
- Loading branch information
1 parent
117ea19
commit fb3883e
Showing
5 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# This file contains all python dependencies that are required by the textract | ||
# package in order for it to properly work. | ||
|
||
argcomplete==1.8.2 | ||
argcomplete==1.10.0 | ||
beautifulsoup4==4.7.1 | ||
chardet==3.0.4 | ||
python-pptx==0.6.6 | ||
#pdfminer.six <-- go back to this after the shebang fix is released (see https://github.com/goulu/pdfminer/issues/27) | ||
https://github.com/goulu/pdfminer/zipball/e6ad15af79a26c31f4e384d8427b375c93b03533#egg=pdfminer.six | ||
docx2txt==0.6 | ||
beautifulsoup4==4.6.0 | ||
xlrd==1.0.0 | ||
EbookLib==0.16 | ||
SpeechRecognition==3.7.1 | ||
https://github.com/mattgwwalker/msg-extractor/zipball/master | ||
six==1.10.0 | ||
pocketsphinx==0.1.3 | ||
docx2txt==0.8 | ||
EbookLib==0.17.1 | ||
extract-msg==0.23.1 | ||
pdfminer.six==20181108 | ||
python-pptx==0.6.18 | ||
six==1.12.0 | ||
SpeechRecognition==3.8.1 | ||
xlrd==1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# this only includes packages that are needed for documentation build. | ||
# this only includes packages that are needed for documentation build. | ||
|
||
sphinx==1.6.3 | ||
sphinx_rtd_theme==0.2.4 | ||
sphinx-argparse==0.2.1 | ||
sphinx==2.1.2 | ||
sphinx_rtd_theme==0.4.3 | ||
sphinx-argparse==0.2.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 1.6.1 | ||
current_version = 1.6.2 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters