Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 29, 2017
1 parent eee61c8 commit 98b4997
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
'pyserial',
'hbmqtt'
],
tests_require=[
'pytest',
'pytest-asyncio',
'pytest-cov'
],
extras_require={
'dev': [
'sphinx',
'restructuredtext-lint'
'restructuredtext-lint',
'pytest',
'pytest-asyncio',
'pytest-cov'
]
},
entry_points='''
Expand Down

0 comments on commit 98b4997

Please sign in to comment.