Skip to content

Commit f9bbbb7

Browse files
committed
Merge branch 'master' of github.com:cobrateam/splinter
Conflicts: VERSION docs/conf.py setup.py splinter/__init__.py
2 parents 171b1af + 6f910b9 commit f9bbbb7

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ coverage:
2121
@python -c 'import coverage' 2>/dev/null || pip install coverage==3.5.1
2222

2323
selenium:
24-
@python -c 'import selenium' 2>/dev/null || pip install selenium==2.25.0
24+
@python -c 'import selenium' 2>/dev/null || pip install selenium==2.24.0
2525

2626
unittest2:
2727
@python -c 'from unittest import skip' 2>/dev/null || pip install unittest2

VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
0.4.6
3+
=======
4+
5+
>>>>>>> 6f910b979a9ed618b10d2a6bd28a5a343d3d3df9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
author_email='andrewsmedina@gmail.com',
1717
packages=find_packages(exclude=['docs', 'tests', 'samples']),
1818
include_package_data=True,
19-
install_requires=['selenium>=2.25.0', 'lxml>=2.3.1,<2.4.0'],
19+
install_requires=['selenium>=2.24.0', 'lxml>=2.3.1,<2.4.0'],
2020
tests_require=['coverage', 'flask'],
2121
)

0 commit comments

Comments
 (0)