summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2021-07-20 21:58:07 +1000
committerGitHub <noreply@github.com>2021-07-20 21:58:07 +1000
commit57470c5bc37a91ca64ae28b564df7b54be4bd8fa (patch)
tree497077fc67854e6f51fdaa6c6f947c8bf46dd91d
parent133b45b4d4988619f591cf01232172b3581cfe50 (diff)
parent04083384c75ed2c27acc64509f16e3a55bb70866 (diff)
downloadrdflib-57470c5bc37a91ca64ae28b564df7b54be4bd8fa.tar.gz
Merge pull request #1366 from cmungall/patch-1
Fixes 1190 - pin major version of pyparsing
-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.*