Skip to content

Commit

Permalink
final attempt at fixing installation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 24, 2018
1 parent 72c72d2 commit b4d30f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def filter_tar(self, name):

setup(
name='micropython-watson-iot',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
description=
'Unofficial IBM Watson IoT Platform SDK for Devices Running Micropython',
Expand All @@ -104,6 +104,8 @@ def filter_tar(self, name):
maintainer='Christopher Hiller',
maintainer_email='boneskull@boneskull.com',
license='Apache-2.0',
install_requires=('micropython-umqtt.robust', 'micropython-logging'),
install_requires=('micropython-umqtt.robust',
'micropython-umqtt.simple',
'micropython-logging'),
cmdclass=dict(sdist=UpipSdist)
)

0 comments on commit b4d30f0

Please sign in to comment.