Better Docker support #277

Merged
blacklight merged 66 commits from 276/better-docker into master 2023-09-04 02:49:15 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 2c46b6fe14 - Show all commits

View File

@ -1,6 +1,12 @@
manifest:
events:
platypush.message.event.pushbullet.PushbulletEvent: if a new push is received
apk:
- git
apt:
- git
pacman:
- git
install:
pip:
- git+https://github.com/rbrcsk/pushbullet.py

View File

@ -15,12 +15,15 @@ manifest:
install:
apk:
- py3-pydbus
- git
apt:
- libbluetooth-dev
- python3-pydbus
- git
pacman:
- python-pydbus
- python-bleak
- git
pip:
- bleak
- bluetooth-numbers