summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mungall <cjm@berkeleybop.org>2021-07-18 18:09:14 -0700
committerGitHub <noreply@github.com>2021-07-18 18:09:14 -0700
commit04083384c75ed2c27acc64509f16e3a55bb70866 (patch)
tree2dc238e7948575bb675fd48c62647cb640cc53a3
parentf7b4c2a0dea1f28ed786bcaa09683f03e390387e (diff)
downloadrdflib-04083384c75ed2c27acc64509f16e3a55bb70866.tar.gz
Fixes 1190 - pin major version of pyparsing
Fixes #1190 -- currently rdflib sparql engine breaks with pyparsing 3b
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 999f9e76..ce6466d9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
html5lib
isodate
-pyparsing
+pyparsing==2.*