|
205 | 205 | 'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
|
206 | 206 | 'pytest-xdist==3.0.2;python_version>="3.7"',
|
207 | 207 | "parameterized==0.8.1",
|
208 |
| - "sbvirtualdisplay==1.1.0", |
| 208 | + "sbvirtualdisplay==1.1.1", |
209 | 209 | "behave==1.2.6",
|
210 | 210 | "parse==1.19.0",
|
211 | 211 | "parse-type==0.6.0",
|
|
215 | 215 | 'beautifulsoup4==4.11.1;python_version>="3.6"',
|
216 | 216 | 'cryptography==2.9.2;python_version<"3.6"',
|
217 | 217 | 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
|
218 |
| - 'cryptography==38.0.3;python_version>="3.7"', |
| 218 | + 'cryptography==38.0.4;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 | + 'pyreadline==2.1;platform_system=="Windows" and python_version<"3.6"', |
| 222 | + 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501 |
| 223 | + "pyrepl==0.9.0", |
| 224 | + "tabcompleter==1.0.0", |
| 225 | + "pdbp==1.0.0", |
221 | 226 | 'colorama==0.4.6;python_version<"3.6"',
|
222 | 227 | 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
|
223 | 228 | 'colorama==0.4.6;python_version>="3.7"',
|
|
262 | 267 | "jedi==0.18.2",
|
263 | 268 | "parso==0.8.3",
|
264 | 269 | ],
|
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 |
| - ], |
273 | 270 | # pip install -e .[pdfminer]
|
274 | 271 | "pdfminer": [
|
275 | 272 | 'pdfminer.six==20191110;python_version<"3.6"',
|
|
0 commit comments