Skip to content

Commit

Permalink
Merge pull request #201 from obsidianforensics/issue-181
Browse files Browse the repository at this point in the history
Remove embedded `bbpb` code and use imported version instead
  • Loading branch information
obsidianforensics authored Oct 11, 2024
2 parents 0b0fbb1 + 91f66cd commit 4793e00
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 1,901 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: master
branches: main

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pip install flake8 pytest
pip install -r requirements-all.txt
pip install -r requirements-all.txt -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ pycountry
pymispwarninglists>=1.5
requests
torf
ulid-py
ulid-py
bbpb
Empty file removed unfurl/lib/__init__.py
Empty file.
21 changes: 0 additions & 21 deletions unfurl/lib/blackboxprotobuf/LICENSE

This file was deleted.

4 changes: 0 additions & 4 deletions unfurl/lib/blackboxprotobuf/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions unfurl/lib/blackboxprotobuf/lib/__init__.py

This file was deleted.

Loading

0 comments on commit 4793e00

Please sign in to comment.