File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,6 @@ cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
94
94
cryptography == 38.0.3 ;python_version >= "3.7"
95
95
pygments == 2.5.2 ;python_version < "3.6"
96
96
pygments == 2.13.0 ;python_version >= "3.6"
97
- wmctrl == 0.4
98
- pyrepl == 0.9.0
99
- fancycompleter == 0.9.1
100
- pdbpp == 0.10.3
101
97
colorama == 0.4.6 ;python_version < "3.6"
102
98
colorama == 0.4.5 ;python_version >= "3.6" and python_version<"3.7"
103
99
colorama == 0.4.6 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 1
1
# seleniumbase package
2
- __version__ = "4.9.0 "
2
+ __version__ = "4.9.1 "
Original file line number Diff line number Diff line change 218
218
'cryptography==38.0.3;python_version>="3.7"' ,
219
219
'pygments==2.5.2;python_version<"3.6"' ,
220
220
'pygments==2.13.0;python_version>="3.6"' ,
221
- "wmctrl==0.4" ,
222
- "pyrepl==0.9.0" ,
223
- "fancycompleter==0.9.1" ,
224
- "pdbpp==0.10.3" ,
225
221
'colorama==0.4.6;python_version<"3.6"' ,
226
222
'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"' ,
227
223
'colorama==0.4.6;python_version>="3.7"' ,
259
255
'pycodestyle==2.5.0;python_version<"3.6"' ,
260
256
'pycodestyle==2.9.1;python_version>="3.6"' ,
261
257
],
258
+ # pip install -e .[ipdb]
259
+ "ipdb" : [
260
+ "ipdb==0.13.9" ,
261
+ "ipython==7.34.0" ,
262
+ "jedi==0.18.2" ,
263
+ "parso==0.8.3" ,
264
+ ],
265
+ # pip install -e .[pdbpp]
266
+ # (Currently Mac/Linux only until fixed on Windows)
267
+ "pdbpp" : [
268
+ "pdbpp==0.10.3" ,
269
+ "fancycompleter==0.9.1" ,
270
+ "pyrepl==0.9.0" ,
271
+ "wmctrl==0.4" ,
272
+ ],
262
273
# pip install -e .[pdfminer]
263
274
"pdfminer" : [
264
275
'pdfminer.six==20191110;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments