We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0665e commit 5bb1a87Copy full SHA for 5bb1a87
extruct/jsonld.py
@@ -2,9 +2,10 @@
2
"""
3
JSON-LD extractor
4
5
-import jstyleson
6
import json
7
import re
+import jstyleson
8
+
9
10
import lxml.etree
11
setup.py
@@ -34,7 +34,9 @@ def get_version():
34
'mf2py',
35
'w3lib',
36
'html-text>=0.5.1',
37
- 'six'],
+ 'six',
38
+ 'jstyleson'
39
+ ],
40
extras_require={
41
'cli': [
42
'requests',
0 commit comments