|
114 | 114 | python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
115 | 115 | install_requires=[
|
116 | 116 | 'pip>=20.3.4;python_version<"3.6"',
|
117 |
| - 'pip>=21.2.3;python_version>="3.6"', |
| 117 | + 'pip>=21.2.4;python_version>="3.6"', |
118 | 118 | 'packaging>=20.9;python_version<"3.6"',
|
119 | 119 | 'packaging>=21.0;python_version>="3.6"',
|
120 | 120 | "typing-extensions>=3.10.0.0",
|
|
130 | 130 | "certifi>=2021.5.30",
|
131 | 131 | "six==1.16.0",
|
132 | 132 | "nose==1.3.7",
|
133 |
| - 'ipdb==0.13.4;python_version<"3.6"', |
134 |
| - 'ipdb==0.13.9;python_version>="3.6"', |
| 133 | + 'ipdb==0.13.4;python_version<"3.5"', |
| 134 | + 'ipdb==0.13.9;python_version>="3.5"', |
135 | 135 | 'parso==0.7.1;python_version<"3.6"',
|
136 | 136 | 'parso==0.8.2;python_version>="3.6"',
|
137 | 137 | 'jedi==0.17.2;python_version<"3.6"',
|
138 | 138 | 'jedi==0.18.0;python_version>="3.6"',
|
139 | 139 | 'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
|
140 | 140 | 'idna==3.2;python_version>="3.6"', # Must stay in sync with "requests"
|
141 |
| - 'chardet==3.0.4;python_version<"3.6"', # Stay in sync with "requests" |
142 |
| - 'chardet==4.0.0;python_version>="3.6"', # Stay in sync with "requests" |
| 141 | + 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests" |
| 142 | + 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests" |
143 | 143 | 'charset-normalizer==2.0.4;python_version>="3.6"', # Sync "requests"
|
144 | 144 | "urllib3==1.26.6", # Must stay in sync with "requests"
|
145 | 145 | 'requests==2.26.0;python_version<"3.5"',
|
|
151 | 151 | 'more-itertools==8.8.0;python_version>="3.5"',
|
152 | 152 | "cssselect==1.1.0",
|
153 | 153 | "filelock==3.0.12",
|
154 |
| - 'fasteners==0.16;python_version<"3.6"', |
155 |
| - 'fasteners==0.16.3;python_version>="3.6"', |
| 154 | + 'fasteners==0.16;python_version<"3.5"', |
| 155 | + 'fasteners==0.16.3;python_version>="3.5"', |
156 | 156 | "execnet==1.9.0",
|
157 | 157 | "pluggy==0.13.1",
|
158 | 158 | 'py==1.8.1;python_version<"3.5"',
|
|
175 | 175 | "parameterized==0.8.1",
|
176 | 176 | "sbvirtualdisplay==1.0.0",
|
177 | 177 | 'soupsieve==1.9.6;python_version<"3.5"',
|
178 |
| - 'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"', |
| 178 | + 'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"', |
179 | 179 | 'soupsieve==2.2.1;python_version>="3.6"',
|
180 | 180 | "beautifulsoup4==4.9.3",
|
181 | 181 | 'cryptography==2.9.2;python_version<"3.5"',
|
182 |
| - 'cryptography==3.0;python_version>="3.5" and python_version<"3.6"', |
| 182 | + 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"', |
183 | 183 | 'cryptography==3.4.7;python_version>="3.6"',
|
184 |
| - 'pyopenssl==19.1.0;python_version<"3.6"', |
185 |
| - 'pyopenssl==20.0.1;python_version>="3.6"', |
| 184 | + 'pyopenssl==19.1.0;python_version<"3.5"', |
| 185 | + 'pyopenssl==20.0.1;python_version>="3.5"', |
186 | 186 | 'pygments==2.5.2;python_version<"3.5"',
|
187 |
| - 'pygments==2.9.0;python_version>="3.5"', |
| 187 | + 'pygments==2.10.0;python_version>="3.5"', |
188 | 188 | 'traitlets==4.3.3;python_version<"3.7"',
|
189 | 189 | 'traitlets==5.0.5;python_version>="3.7"',
|
190 |
| - 'prompt-toolkit==1.0.18;python_version<"3.6"', |
191 |
| - 'prompt-toolkit==3.0.19;python_version>="3.6"', |
| 190 | + 'prompt-toolkit==1.0.18;python_version<"3.5"', |
| 191 | + 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501 |
| 192 | + 'prompt-toolkit==3.0.20;python_version>="3.6.2"', |
192 | 193 | 'decorator==4.4.2;python_version<"3.5"',
|
193 | 194 | 'decorator==5.0.9;python_version>="3.5"',
|
194 | 195 | 'ipython==5.10.0;python_version<"3.5"',
|
195 |
| - 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"', |
| 196 | + 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"', |
196 | 197 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
197 | 198 | 'ipython==7.26.0;python_version>="3.7"',
|
198 | 199 | 'matplotlib-inline==0.1.2;python_version>="3.7"',
|
199 | 200 | "colorama==0.4.4",
|
200 | 201 | 'platformdirs==2.0.2;python_version<"3.6"',
|
201 | 202 | 'platformdirs==2.2.0;python_version>="3.6"',
|
202 | 203 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
203 |
| - 'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv" |
| 204 | + 'importlib-metadata==2.0.0;python_version<"3.5"', |
| 205 | + 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501 |
204 | 206 | "virtualenv>=20.7.2", # Sync with importlib-metadata and pathlib2
|
205 | 207 | 'pymysql==0.10.1;python_version<"3.6"',
|
206 | 208 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
0 commit comments