Skip to content

Commit

Permalink
Merge pull request #145 from deanmalmgren/pinned
Browse files Browse the repository at this point in the history
Pinned versions
  • Loading branch information
Dean Malmgren committed Mar 28, 2017
2 parents 22ea1c4 + 0d66220 commit d558106
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@ Extract text from any document. No muss. No fuss.

`Full documentation <http://textract.readthedocs.org>`__.

|Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status|
|Build Status| |Version| |Downloads| |Test Coverage| |Documentation Status| |Updates|

.. |Build Status| image:: https://travis-ci.org/deanmalmgren/textract.svg?branch=master
:target: https://travis-ci.org/deanmalmgren/textract

.. |Version| image:: https://img.shields.io/pypi/v/textract.svg
:target: https://warehouse.python.org/project/textract/

.. |Downloads| image:: https://img.shields.io/pypi/dm/textract.svg
:target: https://warehouse.python.org/project/textract/

.. |Test Coverage| image:: https://coveralls.io/repos/deanmalmgren/textract/badge.png
:target: https://coveralls.io/r/deanmalmgren/textract

.. |Documentation Status| image:: https://readthedocs.org/projects/textract/badge/?version=latest
:target: https://readthedocs.org/projects/textract/?badge=latest

.. |Updates| image:: https://pyup.io/repos/github/deanmalmgren/textract/shield.svg
:target: https://pyup.io/repos/github/deanmalmgren/textract/
20 changes: 10 additions & 10 deletions requirements/python
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This file contains all python dependencies that are required by the
# textract package in order for it to properly work
argcomplete
chardet
python-pptx>=0.5.1
argcomplete==1.8.2
chardet==2.3.0
python-pptx==0.6.5
#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
beautifulsoup4
xlrd
EbookLib
pocketsphinx
SpeechRecognition>=3.1.0
docx2txt==0.6
beautifulsoup4==4.5.3
xlrd==1.0.0
EbookLib==0.15
pocketsphinx==0.1.3
SpeechRecognition==3.6.3
https://github.com/mattgwwalker/msg-extractor/zipball/master
six
six==1.10.0
16 changes: 8 additions & 8 deletions requirements/python-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
-r python

# needed for tests/run.py script to read .travis.yml file
PyYAML
pep8
coveralls
requests
nose
PyYAML==3.12
pep8==1.7.0
coveralls==1.1
requests==2.13.0
nose==1.3.7

# for documentation
sphinx
sphinx_rtd_theme
sphinx-argparse
sphinx==1.5.3
sphinx_rtd_theme==0.2.4
sphinx-argparse==0.1.17

0 comments on commit d558106

Please sign in to comment.