Skip to content

Commit

Permalink
updated selenium to 2.39.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jan 26, 2014
1 parent 74b18cf commit f74b649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
] + [('Programming Language :: Python :: %s' % x) for x in '2.6 2.7 3.0 3.1 3.2 3.3'.split()],
packages=find_packages(exclude=['docs', 'tests', 'samples']),
include_package_data=True,
install_requires=['selenium>=2.38.4'],
install_requires=['selenium>=2.39.0'],
extras_require={'zope.testbrowser': ['zope.testbrowser>=4.0.2',
'lxml>=2.3.6', 'cssselect']},
tests_require=['coverage', 'flask'],
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,7 +1,7 @@
zope.testbrowser==4.0.2
lxml>=3.1beta1
Flask==0.10.1
selenium==2.38.4
selenium==2.39.0
coverage==3.5.1
cssselect>=0.7.1
argparse

0 comments on commit f74b649

Please sign in to comment.