|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 | 134 | 'setuptools>=62.6.0;python_version>="3.7"',
|
135 |
| - 'setuptools-scm>=5.0.2;python_version<"3.6"', |
136 |
| - 'setuptools-scm>=6.4.2;python_version>="3.6"', |
137 | 135 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
138 | 136 | 'tomli>=2.0.1;python_version>="3.7"',
|
139 | 137 | "wheel>=0.37.1",
|
|
238 | 236 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
239 | 237 | "colorama==0.4.5",
|
240 | 238 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
241 |
| - 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
| 239 | + 'importlib-metadata==4.8.3;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 240 | + 'importlib-metadata==4.11.4;python_version>="3.7" and python_version<"3.8"', # noqa: E501 |
242 | 241 | "pycparser==2.21",
|
243 | 242 | 'pymysql==0.10.1;python_version<"3.6"',
|
244 | 243 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
252 | 251 | 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
|
253 | 252 | 'Pillow==9.1.1;python_version>="3.7"',
|
254 | 253 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
|
255 |
| - 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501 |
| 254 | + 'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"', # noqa: E501 |
| 255 | + 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501 |
256 | 256 | 'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
|
257 | 257 | 'tornado==5.1.1;python_version<"3.5"',
|
258 | 258 | 'tornado==6.1;python_version>="3.5"',
|
|
0 commit comments