Compare commits
2 commits
f13e00f22e
...
117d3f07d9
Author | SHA1 | Date | |
---|---|---|---|
117d3f07d9 | |||
b44d21d31f |
3 changed files with 11 additions and 1 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- [[#344](https://git.platypush.tech/platypush/platypush/issues/344)]: removed
|
||||
`marshmallow_dataclass` dependency. That package isn't included in the
|
||||
package managers of any supported distros and requires to be installed via
|
||||
pip. Making the Platypush' system packages depend on a pip-only package is
|
||||
not a good idea. Plus, the library seems to be still in heavy development and
|
||||
it has already broken compatibility with at least the `system` package.
|
||||
|
||||
## [1.3.0]
|
||||
|
||||
- [[#333](https://git.platypush.tech/platypush/platypush/issues/333)]: new file
|
||||
|
|
|
@ -99,6 +99,7 @@ Plugins
|
|||
platypush/plugins/otp.rst
|
||||
platypush/plugins/pihole.rst
|
||||
platypush/plugins/ping.rst
|
||||
platypush/plugins/procedures.rst
|
||||
platypush/plugins/pushbullet.rst
|
||||
platypush/plugins/pwm.pca9685.rst
|
||||
platypush/plugins/qrcode.rst
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"manifest": {
|
||||
"package": "platypush.plugins.procedure",
|
||||
"package": "platypush.plugins.procedures",
|
||||
"type": "plugin",
|
||||
"events": []
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue