Skip to content

Commit

Permalink
further attempt to fix dependencies when installed via upip
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jan 24, 2018
1 parent 96897c5 commit 72c72d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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.0',
version='0.1.1',
packages=find_packages(),
description=
'Unofficial IBM Watson IoT Platform SDK for Devices Running Micropython',
Expand All @@ -104,8 +104,6 @@ def filter_tar(self, name):
maintainer='Christopher Hiller',
maintainer_email='boneskull@boneskull.com',
license='Apache-2.0',
install_requires=(
'micropython-umqtt.simple', 'micropython-umqtt.robust',
'micropython-logging'),
install_requires=('micropython-umqtt.robust', 'micropython-logging'),
cmdclass=dict(sdist=UpipSdist)
)

0 comments on commit 72c72d2

Please sign in to comment.