We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8409d43 commit 865534aCopy full SHA for 865534a
README.md
@@ -20,6 +20,7 @@ run efficiently without requiring a GPU.
20
- **Python Dependencies**:
21
- `beautifulsoup4`: For HTML message parsing
22
- `nsfwdetection`: For image content analysis
23
+ - `pillow`: To read and convert images
24
25
> **Important**: As well as requiring the above plugins, the default
26
> Alpine-based Maubot Docker image is not compatible with `nsfwdetection`.
maubot.yaml
@@ -1,6 +1,6 @@
1
maubot: 0.1.0
2
id: uk.tcpip.nsfwbot
3
-version: 0.3.0
+version: 0.3.1
4
license: AGPL-3.0-or-later
5
modules:
6
- nsfwbot
0 commit comments