Skip to content

Commit

Permalink
Add requests to the tests_requirements. Fix #1035. Follow up fro #1022.
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed May 3, 2020
1 parent d52a378 commit a14336e
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 @@ -6,7 +6,7 @@

kwargs = {}
kwargs['install_requires'] = [ 'six', 'isodate', 'pyparsing']
kwargs['tests_require'] = ['html5lib', 'networkx', 'nose', 'doctest-ignore-unicode']
kwargs['tests_require'] = ['html5lib', 'networkx', 'nose', 'doctest-ignore-unicode', 'requests']
kwargs['test_suite'] = "nose.collector"
kwargs['extras_require'] = {
'html': ['html5lib'],
Expand Down

0 comments on commit a14336e

Please sign in to comment.