Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKuehnel committed Mar 10, 2018
1 parent c6fce06 commit 7683d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
'Programming Language :: Python :: 3.5'
],
packages=find_packages(),

keywords='plant sensor bluetooth low-energy ble',
zip_safe=False,
require=['btlewrap==0.0.1'],
install_requires=['btlewrap==0.0.1'],
extras_require={'testing': ['pytest']}
)

0 comments on commit 7683d6c

Please sign in to comment.