|
142 | 142 | 'traitlets>=4.3.3;python_version<"3.7"',
|
143 | 143 | 'traitlets>=5.1.1;python_version>="3.7"',
|
144 | 144 | "certifi>=2021.10.8",
|
| 145 | + 'filelock>=3.2.1;python_version<"3.6"', |
| 146 | + 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"', |
| 147 | + 'filelock>=3.6.0;python_version>="3.7"', |
| 148 | + 'platformdirs>=2.0.2;python_version<"3.6"', |
| 149 | + 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"', |
| 150 | + 'platformdirs>=2.5.1;python_version>="3.7"', |
145 | 151 | "six==1.16.0",
|
146 | 152 | 'ipdb==0.13.4;python_version<"3.5"',
|
147 | 153 | 'ipdb==0.13.9;python_version>="3.5"',
|
|
164 | 170 | 'trio==0.20.0;python_version>="3.7"',
|
165 | 171 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
166 | 172 | 'pyopenssl==22.0.0;python_version>="3.7"',
|
167 |
| - 'wsproto==1.0.0;python_version>="3.7"', |
| 173 | + 'wsproto==1.1.0;python_version>="3.7"', |
168 | 174 | 'selenium==3.141.0;python_version<"3.7"',
|
169 | 175 | 'selenium==4.1.2;python_version>="3.7"',
|
170 | 176 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
171 | 177 | 'more-itertools==5.0.0;python_version<"3.5"',
|
172 | 178 | 'more-itertools==8.12.0;python_version>="3.5"',
|
173 | 179 | "cssselect==1.1.0",
|
174 | 180 | "sortedcontainers==2.4.0",
|
175 |
| - 'filelock==3.2.1;python_version<"3.6"', |
176 |
| - 'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"', |
177 |
| - 'filelock==3.6.0;python_version>="3.7"', |
178 | 181 | 'fasteners==0.16;python_version<"3.5"',
|
179 | 182 | 'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"',
|
180 | 183 | 'fasteners==0.17.3;python_version>="3.6"',
|
|
222 | 225 | 'ipython==7.32.0;python_version>="3.7"', # Requires matplotlib-inline
|
223 | 226 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
224 | 227 | "colorama==0.4.4",
|
225 |
| - 'platformdirs==2.0.2;python_version<"3.6"', |
226 |
| - 'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"', |
227 |
| - 'platformdirs==2.5.1;python_version>="3.7"', |
228 |
| - 'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv" |
229 | 228 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
230 | 229 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
231 |
| - "virtualenv>=20.13.2", # Sync with importlib-metadata and pathlib2 |
232 | 230 | "pycparser==2.21",
|
233 | 231 | 'pymysql==0.10.1;python_version<"3.6"',
|
234 | 232 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
0 commit comments