fix: libfuzzy-dev is not longer required

pull/824/head
Jakub Onderka 2022-02-05 10:19:01 +01:00
parent efccd91d96
commit 55558e5bd5
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt install libfuzzy-dev libemail-outlook-message-perl libemail-address-perl
sudo apt install libemail-outlook-message-perl libemail-address-perl
- name: Install Python dependencies
run: |

View File

@ -24,14 +24,14 @@ pip3 install pymisp
```
And there are a few optional dependencies:
* fileobjects: to create PE/ELF/Mach-o objects. **Important**: it will install pydeep, which require the system package `libfuzzy-dev`
* openioc: to import files in OpenIOC format (not really maintained).
* fileobjects: to create PE/ELF/Mach-o objects
* openioc: to import files in OpenIOC format (not really maintained)
* virustotal: to query VirusTotal and generate the appropriate objects
* docs: to generate te documentation
* pdfexport: to generate PDF reports out of MISP events
* url: to generate URL objects out of URLs with Pyfaup
* email: to generate MISP Email objects
* brotli: to use the brotli when interacting with a MISP instance
* brotli: to use the brotli compression when interacting with a MISP instance
Example: