Removed the old modules as pip, setuptools and virtualenv and added all the new ones.

This commit is contained in:
Israel Roldan
2019-03-12 14:10:39 +03:00
committed by Mikhail Golubev
parent 033df1f2bb
commit 41dba7b36c
7 changed files with 3 additions and 3 deletions
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;