Skip to content

Commit

Permalink
Merge b6b0401 into a8b01f0
Browse files Browse the repository at this point in the history
  • Loading branch information
joernhees committed Aug 1, 2013
2 parents a8b01f0 + b6b0401 commit 2dd05ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.py2.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flake8
isodate
pyparsing<=1.5.7
pyparsing
SPARQLWrapper
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setup_python3():
kwargs['test_suite'] = "nose.collector"
kwargs['install_requires'] = [
'isodate',
'pyparsing<=1.5.7', 'SPARQLWrapper']
'pyparsing', 'SPARQLWrapper']

if sys.version_info[1]<7:
kwargs['install_requires'].append('ordereddict')
Expand Down

0 comments on commit 2dd05ec

Please sign in to comment.