mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Removed the old modules as pip, setuptools and virtualenv and added all the new ones.
This commit is contained in:
committed by
Mikhail Golubev
parent
033df1f2bb
commit
41dba7b36c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -48,9 +48,9 @@ import java.util.regex.Pattern;
|
||||
*/
|
||||
public class PyPackageManagerImpl extends PyPackageManager {
|
||||
|
||||
private static final String SETUPTOOLS_VERSION = "39.1.0";
|
||||
private static final String PIP_VERSION = "10.0.1";
|
||||
private static final String VIRTUALENV_VERSION = "16.0.0";
|
||||
private static final String SETUPTOOLS_VERSION = "40.8.0";
|
||||
private static final String PIP_VERSION = "19.0.3";
|
||||
private static final String VIRTUALENV_VERSION = "16.4.3";
|
||||
|
||||
private static final int ERROR_NO_SETUPTOOLS = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user