* python-language-server: New package Note: some tests skipped and not all checks passed.
12 lines
536 B
Diff
12 lines
536 B
Diff
--- python-language-server-0.36.2.orig/setup.py 2020-12-11 06:31:57.000000000 +0300
|
|
+++ python-language-server-0.36.2/setup.py 2021-02-21 15:09:35.475460100 +0300
|
|
@@ -10,7 +10,7 @@
|
|
'configparser; python_version<"3.0"',
|
|
'future>=0.14.0; python_version<"3"',
|
|
'backports.functools_lru_cache; python_version<"3.2"',
|
|
- 'jedi>=0.17.2,<0.18.0',
|
|
+ 'jedi>=0.17.2',
|
|
'python-jsonrpc-server>=0.4.0',
|
|
'pluggy',
|
|
'ujson<=2.0.3 ; platform_system!="Windows" and python_version<"3.0"',
|