File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -1990,7 +1990,7 @@ def make(
19901990 # pre-patch current pip (until default python has pip 8.0.3)
19911991 self .distribution .patch_standard_packages ('pip' )
19921992 # not forced update of pip (FIRST) and setuptools here
1993- for req in ('pip' , 'setuptools' , 'winpython' ):
1993+ for req in ('pip' , 'setuptools' , 'wheel' , ' winpython' ):
19941994 actions = ["install" , "--upgrade" , "--pre" , req ]
19951995 if self .install_options is not None :
19961996 actions += self .install_options
Original file line number Diff line number Diff line change @@ -2758,3 +2758,21 @@ description = A Great Dane turned Python environment detective
27582758[meshio]
27592759description = I/O for many mesh formats
27602760
2761+ [dask-sql]
2762+ description = Dask SQL
2763+
2764+ [jpype1]
2765+ description = A Python to Java bridge.
2766+
2767+ [three-merge]
2768+ description = Simple library for merging two strings with respect to a base one
2769+
2770+ [pyls-spyder]
2771+ description = Spyder extensions for the python-language-server
2772+
2773+ [pyls-black]
2774+ description = Black plugin for the Python Language Server
2775+
2776+ [pysocks]
2777+ description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
2778+
You can’t perform that action at this time.
0 commit comments