Files
MINGW-packages/mingw-w64-python-spyder/spyder-requirements-fix.patch
2021-11-21 10:49:30 +08:00

18 lines
483 B
Diff

--- a/setup.py 2021-09-16 09:18:30 +0800
+++ b/setup.py 2021-11-21 00:14:02 +0800
@@ -221,11 +221,11 @@
'pickleshare>=0.4',
'psutil>=5.3',
'pygments>=2.0',
- 'pylint>=2.5.0,<2.10.0',
+ 'pylint>=2.5.0',
'python-lsp-black>=1.0.0',
'pyls-spyder>=0.4.0',
- 'pyqt5<5.13',
- 'pyqtwebengine<5.13',
+ 'pyqt5<5.16',
+ #'pyqtwebengine<5.13',
'python-lsp-server[all]>=1.2.2,<1.3.0',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=17',