Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Mention all dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Jul 28, 2014
1 parent 6b6adad commit 0304fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ PHP:

Perl:

* The ``JSON`` and ``Data::Dump`` modules are required (``libjson-perl`` and
``libdata-dump-perl`` in Debian/Ubuntu).

* There's no distinction between ``eval`` and ``eval_block`` in Perl. Both
calls accept any number of statements and return the result of the last.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
include_package_data=True,
exclude_package_data = {'': ['.gitignore']},

install_requires=['pexpect', 'pkg_resources'],
install_requires=['pexpect', 'setuptools'],
setup_requires=['nose', 'setuptools_git'],
test_suite='nose.collector')

0 comments on commit 0304fd0

Please sign in to comment.