File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -916,6 +916,13 @@ def _create_launchers(self):
916
916
args = r'Noshell.vbs qtlinguist.bat' ,
917
917
)
918
918
919
+ self .create_launcher (
920
+ 'Qt Assistant.exe' ,
921
+ 'qtassistant.ico' ,
922
+ command = 'wscript.exe' ,
923
+ args = r'Noshell.vbs qtassistant.bat' ,
924
+ )
925
+
919
926
# Jupyter launchers
920
927
self .create_launcher (
921
928
'IPython Qt Console.exe' ,
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '3.0.20200927 '
31
+ __version__ = '3.0.20201011 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -2731,3 +2731,18 @@ description = JupyterLab extension providing HTML widgets
2731
2731
[mpl-interactions]
2732
2732
description = Matplotlib aware interact functions
2733
2733
2734
+ [httpx]
2735
+ description = The next generation HTTP client.
2736
+
2737
+ [httpcore]
2738
+ description = A minimal low-level HTTP client.
2739
+
2740
+ [typer]
2741
+ description = Typer, build great CLIs. Easy to code. Based on Python type hints.
2742
+
2743
+ [streamlit]
2744
+ description = The fastest way to build data apps in Python
2745
+
2746
+ [pyqt5-tools]
2747
+ description = Tools to supplement the official PyQt5 wheels
2748
+
You can’t perform that action at this time.
0 commit comments