Skip to content

Commit

Permalink
Merge pull request #7 from NPrescott/pip-fix
Browse files Browse the repository at this point in the history
Fix installation requirements
  • Loading branch information
thomasst committed Jan 20, 2016
2 parents 0fb1355 + 6b24713 commit f2a7350
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
test_suite='tests',
tests_require=['redis'],
platforms='any',
install_requires=[
'click',
'redis',
'structlog'
],
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit f2a7350

Please sign in to comment.