We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229b322 commit dac9b08Copy full SHA for dac9b08
setup.py
@@ -14,17 +14,17 @@
14
description='The SeleniumBase Automation Framework',
15
license='The MIT License',
16
install_requires=[
17
- 'selenium==2.50.1',
+ 'selenium==2.52.0',
18
'nose==1.3.7',
19
- 'pytest==2.8.5',
20
- 'flake8==2.5.1',
+ 'pytest==2.8.7',
+ 'flake8==2.5.4',
21
'requests==2.9.1',
22
'urllib3==1.14',
23
'BeautifulSoup==3.2.1',
24
'unittest2==1.1.0',
25
'chardet==2.3.0',
26
- 'simplejson==3.8.1',
27
- 'boto==2.38.0',
+ 'simplejson==3.8.2',
+ 'boto==2.39.0',
28
'ipdb==0.8.1',
29
'pyvirtualdisplay==0.1.5',
30
],
0 commit comments