Skip to content

Commit 5bb1a87

Browse files
author
Harry
committed
fix: adjust package
1 parent 3c0665e commit 5bb1a87

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

extruct/jsonld.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"""
33
JSON-LD extractor
44
"""
5-
import jstyleson
65
import json
76
import re
7+
import jstyleson
8+
89

910
import lxml.etree
1011

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ def get_version():
3434
'mf2py',
3535
'w3lib',
3636
'html-text>=0.5.1',
37-
'six'],
37+
'six',
38+
'jstyleson'
39+
],
3840
extras_require={
3941
'cli': [
4042
'requests',

0 commit comments

Comments
 (0)