From 71dc600ececc0dd10125b18a937dc34d81feb334 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 24 Jan 2017 01:41:46 -0700 Subject: 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. --- requirements.py2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.py2.txt') 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 -- cgit v1.2.1