Skip to content

Commit bc6364a

Browse files
authored
Merge pull request #89 from seleniumbase/ipdb-fix
ipdb fix
2 parents 117c93f + d8b5ee5 commit bc6364a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ BeautifulSoup>=3.2.1
1212
unittest2>=1.1.0
1313
chardet>=3.0.2
1414
boto>=2.46.1
15-
ipdb>=0.10.2
15+
ipdb==0.10.2
1616
pyvirtualdisplay>=0.2.1
1717
-e .

server_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ BeautifulSoup>=3.2.1
1212
unittest2>=1.1.0
1313
chardet>=3.0.2
1414
boto>=2.46.1
15-
ipdb>=0.10.2
15+
ipdb==0.10.2
1616
pyvirtualdisplay>=0.2.1
1717
MySQL-python>=1.2.5

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'unittest2>=1.1.0',
3333
'chardet>=3.0.2',
3434
'boto>=2.46.1',
35-
'ipdb>=0.10.2',
35+
'ipdb==0.10.2',
3636
'pyvirtualdisplay>=0.2.1',
3737
],
3838
packages=['seleniumbase',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='seleniumbase',
10-
version='1.3.11',
10+
version='1.3.12',
1111
description='Test Automation Framework - seleniumbase.com',
1212
long_description='Automation Framework for Simple & Reliable Web Testing',
1313
platforms='Mac * Windows * Linux * Docker',
@@ -31,7 +31,7 @@
3131
'unittest2>=1.1.0',
3232
'chardet>=3.0.2',
3333
'boto>=2.46.1',
34-
'ipdb>=0.10.2',
34+
'ipdb==0.10.2',
3535
'pyvirtualdisplay>=0.2.1',
3636
],
3737
packages=['seleniumbase',

0 commit comments

Comments
 (0)