summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2016-07-27 01:29:52 +0200
committerJoern Hees <dev@joernhees.de>2016-07-27 01:29:52 +0200
commit3f697beb9f896695539f1f34e698f9807ac62ba2 (patch)
tree67afd04e629b705d9a68d65fce95037a642c4840
parent8c5c0e3418066a872a15749f2b285b1a9e2b4ef1 (diff)
downloadrdflib-3f697beb9f896695539f1f34e698f9807ac62ba2.tar.gz
removed now unnecessary version restriction from SPARQLWrapper
-rw-r--r--requirements.py2.txt2
-rw-r--r--requirements.py3.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.py2.txt b/requirements.py2.txt
index ba62fed3..4f8f97cf 100644
--- a/requirements.py2.txt
+++ b/requirements.py2.txt
@@ -2,4 +2,4 @@ flake8
html5lib
isodate
pyparsing<=1.5.7
-SPARQLWrapper>=1.6.2
+SPARQLWrapper
diff --git a/requirements.py3.txt b/requirements.py3.txt
index c48e8346..2ab81d3d 100644
--- a/requirements.py3.txt
+++ b/requirements.py3.txt
@@ -2,4 +2,4 @@ pyparsing
flake8
html5lib
isodate
-SPARQLWrapper>=1.6.2
+SPARQLWrapper