summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2016-07-27 02:23:49 +0200
committerJoern Hees <dev@joernhees.de>2016-07-27 02:33:48 +0200
commit877fb0d3b6025ccde22ea2fb2b3b8bb8abea1ea7 (patch)
tree102f528fa6f5045affe1c99ec47fe814ac66e58f
parent3f697beb9f896695539f1f34e698f9807ac62ba2 (diff)
downloadrdflib-877fb0d3b6025ccde22ea2fb2b3b8bb8abea1ea7.tar.gz
pinning html5lib to 1.0b8 for now
seems the new version changed its API
-rw-r--r--requirements.py2.txt2
-rw-r--r--requirements.py3.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.py2.txt b/requirements.py2.txt
index 4f8f97cf..3da97d62 100644
--- a/requirements.py2.txt
+++ b/requirements.py2.txt
@@ -1,5 +1,5 @@
flake8
-html5lib
+html5lib==1.0b8
isodate
pyparsing<=1.5.7
SPARQLWrapper
diff --git a/requirements.py3.txt b/requirements.py3.txt
index 2ab81d3d..5005d8bf 100644
--- a/requirements.py3.txt
+++ b/requirements.py3.txt
@@ -1,5 +1,5 @@
-pyparsing
flake8
-html5lib
+html5lib==1.0b8
isodate
+pyparsing
SPARQLWrapper