Use newer versions of pytest, requests, urllib3, boto, and ipdb

This commit is contained in:
Michael Mintz 2016-05-25 20:15:37 -04:00
parent ba1fc0dc92
commit 0a787783a2
2 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
pip>=8.1.2
selenium>=2.53.2
nose==1.3.7
pytest==2.8.7
pytest==2.9.1
flake8==2.5.4
requests==2.9.1
urllib3==1.14
requests==2.10.0
urllib3==1.15.1
BeautifulSoup==3.2.1
unittest2==1.1.0
chardet==2.3.0
simplejson==3.8.2
boto==2.39.0
ipdb==0.8.1
boto==2.40.0
ipdb==0.10.0
pyvirtualdisplay==0.1.5
-e .

View File

@ -17,16 +17,16 @@ setup(
'pip>=8.1.2',
'selenium>=2.53.2',
'nose==1.3.7',
'pytest==2.8.7',
'pytest==2.9.1',
'flake8==2.5.4',
'requests==2.9.1',
'urllib3==1.14',
'requests==2.10.0',
'urllib3==1.15.1',
'BeautifulSoup==3.2.1',
'unittest2==1.1.0',
'chardet==2.3.0',
'simplejson==3.8.2',
'boto==2.39.0',
'ipdb==0.8.1',
'boto==2.40.0',
'ipdb==0.10.0',
'pyvirtualdisplay==0.1.5',
],
packages=['seleniumbase',