mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Updated pip and setuptools, added legacy versions for Python 2.4-2.5 (PY-13244)
This commit is contained in:
@@ -30,9 +30,9 @@ import java.util.Set;
|
||||
public abstract class PyPackageManager {
|
||||
public static final Key<Boolean> RUNNING_PACKAGING_TASKS = Key.create("PyPackageRequirementsInspection.RunningPackagingTasks");
|
||||
|
||||
public static final String PACKAGE_SETUPTOOLS = "setuptools";
|
||||
public static final String PACKAGE_PIP = "pip";
|
||||
public static final String PACKAGE_DISTRIBUTE = "distribute";
|
||||
public static final String SETUPTOOLS = "setuptools";
|
||||
public static final String PIP = "pip";
|
||||
public static final String DISTRIBUTE = "distribute";
|
||||
|
||||
public static final String USE_USER_SITE = "--user";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user