Skip to content

Commit

Permalink
FIX: Spelling mistake, ADD: Dependencies to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davejcameron committed Apr 25, 2017
1 parent 14118a7 commit 58281ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Command Line Usage

.. code:: bash
pyciscospa --host 192.168.1.20 --rebooot
pyciscospa --host 192.168.1.20 --reboot
pyciscospa --host 192.168.1.20 -u admin -p admin --reboot
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,14 @@ def find_version(*file_paths):
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
# install_requires=['peppercorn'],
install_requires=['lxml', 'requests', 'xmljson'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example:
# $ pip install -e .[dev,test]
extras_require={
'dev': ['check-manifest'],
'test': ['coverage'],
'dev': ['check-manifest', 'requests_mock'],
},

)

0 comments on commit 58281ea

Please sign in to comment.