Skip to content

Commit 08a329d

Browse files
committed
Small addition
1 parent 7ca57c4 commit 08a329d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ __pycache__/
1212
.cache/
1313
.DS_Store
1414
output*
15+
logs/

config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ collections:
1111
key: "value"
1212
sources:
1313
- type: "source"
14-
url_fragment: "/departments"
14+
url_fragment: "/"
1515
recursive: true
1616
attachments: true
1717
metadata:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ types-beautifulsoup4 # can be removed after testing with igloo API
2828
hf_xet
2929
tf-keras
3030
selenium # can be removed after tesing with igloo API
31+
pdfminer.six

0 commit comments

Comments
 (0)