Skip to content

Commit

Permalink
update selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jan 16, 2016
1 parent 9e6eea5 commit fcd8f2f
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 @@ -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.48'],
install_requires=['selenium>=2.49'],
extras_require={'zope.testbrowser': ['zope.testbrowser>=4.0.4',
'lxml>=2.3.6', 'cssselect'],
'django': ['Django>=1.7.11,<1.10', 'lxml>=2.3.6', 'cssselect', 'six'],
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,7 +1,7 @@
zope.testbrowser==4.0.4
lxml==3.3.0
Flask==0.10.1
selenium==2.48
selenium==2.49
coverage==3.7.1
cssselect>=0.7.1
argparse
Expand Down

0 comments on commit fcd8f2f

Please sign in to comment.