Fixed Github pip links
This commit is contained in:
parent
410fad3e18
commit
976c4c4854
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -154,7 +154,7 @@ setup(
|
|||
# Support for Kafka backend and plugin
|
||||
'kafka': ['kafka-python'],
|
||||
# Support for Pushbullet backend and plugin
|
||||
'pushbullet': ['pushbullet.py @ https://github.com/rbrcsk/pushbullet.py'],
|
||||
'pushbullet': ['pushbullet.py @ https://github.com/rbrcsk/pushbullet.py/tarball/master'],
|
||||
# Support for HTTP backend
|
||||
'http': ['flask', 'python-dateutil', 'tz', 'frozendict', 'bcrypt'],
|
||||
# Support for uWSGI HTTP backend
|
||||
|
@ -244,7 +244,7 @@ setup(
|
|||
'alexa': ['avs @ https://github.com:BlackLight/avs/tarball/master'],
|
||||
# Support for bluetooth devices
|
||||
'bluetooth': ['pybluez', 'gattlib',
|
||||
'pyobex @ https://github.com/BlackLight/PyOBEX'],
|
||||
'pyobex @ https://github.com/BlackLight/PyOBEX/tarball/master'],
|
||||
# Support for TP-Link devices
|
||||
'tplink': ['pyHS100'],
|
||||
# Support for PWM3901 2-Dimensional Optical Flow Sensor
|
||||
|
|
Loading…
Reference in a new issue