Skip to content

Commit

Permalink
doc: Add some versions to dependencies
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
chfoo committed Jun 9, 2016
1 parent a86eb88 commit 36f4dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Unreleased
* Removed: PyPy support.
* Changed: IP addresses are normalized to a standard notation to avoid fetching duplicates such as IPv4 addresses written in hexadecimal or long-hand IPv6 addresses.
* Changed: Scripting is now done using plugin interface via ``--plugin-script``.
* Fixed: Support for Python 3.5.
* Fixed: FTP unable to handle directory listing with date in MMM DD YYYY and filename containing YYYY-MM-DD text.


Expand Down
6 changes: 3 additions & 3 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Requirements
Wpull requires the following:

* `Python 3.4.3 or greater <http://python.org/download/>`_
* `Tornado <https://pypi.python.org/pypi/tornado>`_
* `Tornado 4.0 or greater <https://pypi.python.org/pypi/tornado>`_
* `html5lib <https://pypi.python.org/pypi/html5lib>`_

* Or `lxml <https://pypi.python.org/pypi/lxml>`_ for faster
Expand All @@ -19,13 +19,13 @@ Wpull requires the following:
* Or `cchardet <https://pypi.python.org/pypi/cchardet>`_ for faster
version of chardet

* `SQLAlchemy <https://pypi.python.org/pypi/SQLAlchemy>`_
* `SQLAlchemy 0.9 or greater <https://pypi.python.org/pypi/SQLAlchemy>`_

The following are optional:

* `psutil` for monitoring disk space
* `Manhole <https://pypi.python.org/pypi/manhole>`_ for a REPL debugging socket
* `PhantomJS <http://phantomjs.org/>`_ for capturing interactive
* `PhantomJS 1.9.8, 2.1 <http://phantomjs.org/>`_ for capturing interactive
JavaScript pages
* `youtube-dl <https://rg3.github.io/youtube-dl/>`_ for downloading complex
video streaming sites
Expand Down

0 comments on commit 36f4dcc

Please sign in to comment.