Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
updated to new version of bluepy, incremented version number,
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKuehnel committed Nov 13, 2017
1 parent 8d7b508 commit a0b396a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bluepy
bluepy==1.1.4
paho-mqtt
pyyaml
pyyaml
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@
import sys
from distutils.core import setup

install_requires = ['bluepy', "paho-mqtt", 'pyyaml']
install_requires = ['bluepy==1.1.4', "paho-mqtt", 'pyyaml']
if sys.version_info < (3, 0):
install_requires.append('mock')
print(install_requires)


setup(name='plantgateway',
version='0.3.7',
version='0.3.8',
description='Bluetooth to mqtt gateway for Xiaomi Mi plant sensors',
author='Christian Kühnel',
author_email='[email protected]',
Expand Down

0 comments on commit a0b396a

Please sign in to comment.