|
131 | 131 | ], |
132 | 132 | python_requires=">=3.7", |
133 | 133 | install_requires=[ |
134 | | - 'pip>=23.3.2', |
| 134 | + 'pip>=24.0', |
135 | 135 | 'packaging>=23.2', |
136 | 136 | 'setuptools>=68.0.0;python_version<"3.8"', |
137 | | - 'setuptools>=69.0.3;python_version>="3.8"', |
| 137 | + 'setuptools>=69.1.0;python_version>="3.8"', |
138 | 138 | 'wheel>=0.42.0', |
139 | 139 | 'attrs>=23.2.0', |
140 | | - "certifi>=2023.11.17", |
| 140 | + "certifi>=2024.2.2", |
141 | 141 | 'filelock>=3.12.2;python_version<"3.8"', |
142 | 142 | 'filelock>=3.13.1;python_version>="3.8"', |
143 | 143 | 'platformdirs>=4.0.0;python_version<"3.8"', |
144 | | - 'platformdirs>=4.1.0;python_version>="3.8"', |
| 144 | + 'platformdirs>=4.2.0;python_version>="3.8"', |
145 | 145 | 'typing-extensions>=4.9.0;python_version>="3.8"', |
146 | 146 | 'parse>=1.20.1', |
147 | 147 | 'parse-type>=0.6.2', |
|
151 | 151 | 'chardet==5.2.0', |
152 | 152 | 'charset-normalizer==3.3.2', |
153 | 153 | 'urllib3>=1.26.18,<2;python_version<"3.10"', |
154 | | - 'urllib3>=1.26.18,<2.2.0;python_version>="3.10"', |
| 154 | + 'urllib3>=1.26.18,<2.3.0;python_version>="3.10"', |
155 | 155 | 'requests==2.31.0', |
156 | 156 | "pynose==1.4.8", |
157 | 157 | 'sniffio==1.3.0', |
|
174 | 174 | 'pytest==7.4.4;python_version<"3.8"', |
175 | 175 | 'pytest==8.0.0;python_version>="3.8"', |
176 | 176 | "pytest-html==2.0.1", # Newer ones had issues |
177 | | - 'pytest-metadata==3.0.0', |
| 177 | + 'pytest-metadata==3.0.0;python_version<"3.8"', |
| 178 | + 'pytest-metadata==3.1.0;python_version>="3.8"', |
178 | 179 | "pytest-ordering==0.6", |
179 | 180 | 'pytest-rerunfailures==13.0', |
180 | 181 | 'pytest-xdist==3.5.0', |
|
235 | 236 | 'pdfminer.six==20221105;python_version<"3.8"', |
236 | 237 | 'pdfminer.six==20231228;python_version>="3.8"', |
237 | 238 | 'cryptography==39.0.2;python_version<"3.9"', |
238 | | - 'cryptography==42.0.1;python_version>="3.9"', |
| 239 | + 'cryptography==42.0.2;python_version>="3.9"', |
239 | 240 | 'cffi==1.15.1;python_version<"3.8"', |
240 | 241 | 'cffi==1.16.0;python_version>="3.8"', |
241 | 242 | "pycparser==2.21", |
|
247 | 248 | 'Pillow==9.5.0;python_version<"3.8"', |
248 | 249 | 'Pillow==10.2.0;python_version>="3.8"', |
249 | 250 | ], |
| 251 | + # pip install -e .[proxy] |
| 252 | + # Usage: proxy |
| 253 | + # (That starts a proxy server on "127.0.0.1:8899".) |
| 254 | + "proxy": [ |
| 255 | + "proxy.py==2.4.3", |
| 256 | + ], |
250 | 257 | # pip install -e .[psutil] |
251 | 258 | "psutil": [ |
252 | 259 | "psutil==5.9.8", |
|
0 commit comments