Skip to content

Commit

Permalink
Add the wit module requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
paraita committed Dec 20, 2016
1 parent f77c2b3 commit 6389fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mock==2.0.0
nose==1.3.7
pbr==1.10.0
requests==2.12.4
simplejson==3.10.0
six==1.10.0
slackclient==1.0.4
websocket-client==0.40.0
wit==4.2.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
license='MIT',
packages=['billybob'],
install_requires=[
'slackclient'
'slackclient',
'wit'
],
test_suite='nose.collector',
tests_require=[
Expand Down

0 comments on commit 6389fc8

Please sign in to comment.