Skip to content

Commit

Permalink
Added PyYAML dependency to setup.py and README. My bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkjones committed Feb 8, 2012
1 parent f4332be commit a586096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ What's required?
- pika (I test with 0.9.5)
- tornado 2.x (I test with 2.0git and the PyPI 2.0 release)
- loggerglue (I test with 1.0)
- PyYAML

Blindingly Fast Start
----------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url='http://github.com/bkjones/bevis',
py_modules=['bevis_run'],
packages=['bevis'],
requires=['tornado', 'pika', 'loggerglue'],
requires=['tornado', 'pika', 'loggerglue', 'pyyaml'],
entry_points=dict(console_scripts=['bevis=bevis_run:main']),
zip_safe=False)

Expand Down

0 comments on commit a586096

Please sign in to comment.