Skip to content

Commit

Permalink
Add urllib3 dependency to install and test systems
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jul 30, 2018
1 parent 9669e80 commit da3b0c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py/setup.py
Expand Up @@ -68,6 +68,7 @@
'selenium.webdriver.remote',
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': ['urllib3'],
'zip_safe': False
}

Expand Down
1 change: 1 addition & 0 deletions py/tox.ini
Expand Up @@ -18,6 +18,7 @@ deps =
pytest-instafail==0.3.0
pytest-mock==1.5.0
py{27,33,34,35,36}-{unit,chrome,firefox,marionette}: pytest-xdist==1.15
urllib3==1.23

[testenv:docs]
skip_install = true
Expand Down
Binary file added third_party/py/urllib3-1.23-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit da3b0c5

Please sign in to comment.