Skip to content

Commit

Permalink
update selenium version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Aug 11, 2015
1 parent 63206bf commit 8670fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
] + [('Programming Language :: Python :: %s' % x) for x in '2.6 2.7 3.3 3.4'.split()],
packages=find_packages(exclude=['docs', 'tests', 'samples']),
include_package_data=True,
install_requires=['selenium>=2.46.1'],
install_requires=['selenium>=2.47.1'],
extras_require={'zope.testbrowser': ['zope.testbrowser>=4.0.4',
'lxml>=2.3.6', 'cssselect'],
'django': ['Django>=1.5.8,<1.9', 'lxml>=2.3.6', 'cssselect', 'six'],
Expand Down

0 comments on commit 8670fd6

Please sign in to comment.