Skip to content

Commit

Permalink
Add PyYAML as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Jan 29, 2017
1 parent b2549be commit 00f8c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ environment variable. If this variable is not set, pynetdot will try to load

This file will be read when you import pynetdot module.

You'll need the PyYAML module installed.

If you are using Kerberos Single Sign-On authentication for your netdot
page, you may set your credentials like this:

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

packages=['pynetdot', 'pynetdot/models'],

install_requires=['python-dateutil', 'requests'],
requires=['dateutil', 'requests'],
install_requires=['python-dateutil', 'requests', 'PyYAML'],
requires=['dateutil', 'requests', 'yaml'],

)

0 comments on commit 00f8c99

Please sign in to comment.