Skip to content

Commit 4793e00

Browse files
Merge pull request #201 from obsidianforensics/issue-181
Remove embedded `bbpb` code and use imported version instead
2 parents 0b0fbb1 + 91f66cd commit 4793e00

16 files changed

+5
-1901
lines changed

.github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
types: [opened, synchronize, reopened]
99
push:
10-
branches: master
10+
branches: main
1111

1212
jobs:
1313
build:
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
pip install pipenv
3131
pip install flake8 pytest
32-
pip install -r requirements-all.txt
32+
pip install -r requirements-all.txt -r requirements.txt
3333
- name: Lint with flake8
3434
run: |
3535
# stop the build if there are Python syntax errors or undefined names

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ pycountry
66
pymispwarninglists>=1.5
77
requests
88
torf
9-
ulid-py
9+
ulid-py
10+
bbpb

unfurl/lib/__init__.py

Whitespace-only changes.

unfurl/lib/blackboxprotobuf/LICENSE

-21
This file was deleted.

unfurl/lib/blackboxprotobuf/__init__.py

-4
This file was deleted.

unfurl/lib/blackboxprotobuf/lib/__init__.py

-4
This file was deleted.

0 commit comments

Comments
 (0)