Commit 41dba7b3 authored by Israel Roldan's avatar Israel Roldan Committed by Mikhail Golubev
Browse files

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

parent 033df1f2
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
File deleted
File added
File deleted
File added
File deleted
File added
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment