Skip to content

Commit

Permalink
setup: test dependencies added
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-nayshtut committed Oct 25, 2017
1 parent a96d857 commit f4934e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@


long_description = ''
tests_require = ['responses', 'mock']


try:
import pypandoc
Expand Down Expand Up @@ -33,5 +35,7 @@
license='MIT',
packages=['fbmq'],
install_requires=['requests>=2.0', 'flask'],
tests_require=tests_require,
extras_require={'test': tests_require},
keywords='Facebook Messenger Platform Chatbot',
)

0 comments on commit f4934e2

Please sign in to comment.