summaryrefslogtreecommitdiff
path: root/requirements.py2.txt
diff options
context:
space:
mode:
authorNate Prewitt <nateprewitt@users.noreply.github.com>2017-01-24 01:41:46 -0700
committerGunnar Aastrand Grimnes <gromgull@users.noreply.github.com>2017-01-24 09:41:46 +0100
commit71dc600ececc0dd10125b18a937dc34d81feb334 (patch)
tree823fb7d00cff1844de09a5c31974ce0c1847c03c /requirements.py2.txt
parent14243b6a48fa22192ebdb55702f9c4031252821c (diff)
downloadrdflib-71dc600ececc0dd10125b18a937dc34d81feb334.tar.gz
removing pyparsing version requirement (#696)
The versioning requirement was put in place 4 years ago to handle older versions of Python. setuptools no longer supports pyparsing < 2.1, so we'll need to adhere to that to continue using pip.
Diffstat (limited to 'requirements.py2.txt')
-rw-r--r--requirements.py2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.py2.txt b/requirements.py2.txt
index 4f8f97cf..4851bb36 100644
--- a/requirements.py2.txt
+++ b/requirements.py2.txt
@@ -1,5 +1,5 @@
flake8
html5lib
isodate
-pyparsing<=1.5.7
+pyparsing
SPARQLWrapper