Skip to content

Commit

Permalink
Merge pull request #442 from mattbennett/bump-urllib3
Browse files Browse the repository at this point in the history
modern requests has strict urllib3 reqs
  • Loading branch information
mattbennett committed Jun 8, 2017
2 parents 960f286 + 200482f commit 714958b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@
],
extras_require={
'dev': [
"coverage==4.2",
"flake8==3.2.1",
"coverage==4.4.1",
"flake8==3.3.0",
"mccabe==0.6.1",
"pycodestyle==2.3.1",
"pyflakes==1.5.0",
"pylint==1.7.1",
"pytest==2.7.3",
"pytest-cov==2.1.0",
"pytest-timeout==0.4",
"urllib3==1.10.2",
"requests==2.17.3",
"urllib3==1.21.1",
"websocket-client==0.23.0",
],
'docs': [
Expand Down

0 comments on commit 714958b

Please sign in to comment.