Skip to content

Commit

Permalink
Merge pull request #969 from white-gecko/feature/addRequirementForReq…
Browse files Browse the repository at this point in the history
…uests

Add requirement for requests to setup.py
  • Loading branch information
white-gecko committed Mar 16, 2020
2 parents 471399d + 6ca6210 commit cbe9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
kwargs['install_requires'] = [ 'six', 'isodate', 'pyparsing']
kwargs['tests_require'] = ['html5lib', 'networkx']
kwargs['test_suite'] = "nose.collector"
kwargs['extras_require'] = {'html': ['html5lib']}
kwargs['extras_require'] = {'html': ['html5lib'], 'sparql': ['requests']}

def find_version(filename):
_version_re = re.compile(r'__version__ = "(.*)"')
Expand Down

0 comments on commit cbe9c9d

Please sign in to comment.