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(
1990
1990
# pre-patch current pip (until default python has pip 8.0.3)
1991
1991
self .distribution .patch_standard_packages ('pip' )
1992
1992
# not forced update of pip (FIRST) and setuptools here
1993
- for req in ('pip' , 'setuptools' , 'winpython' ):
1993
+ for req in ('pip' , 'setuptools' , 'wheel' , ' winpython' ):
1994
1994
actions = ["install" , "--upgrade" , "--pre" , req ]
1995
1995
if self .install_options is not None :
1996
1996
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
2758
2758
[meshio]
2759
2759
description = I/O for many mesh formats
2760
2760
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