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 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '3.0.20200711 '
31
+ __version__ = '3.0.20200725 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -2665,3 +2665,21 @@ description = Convert numbers from base 10 integers to base X strings and back a
2665
2665
[asgi-csrf]
2666
2666
description = ASGI middleware for protecting against CSRF attacks
2667
2667
2668
+ [jupyter-bokeh]
2669
+ description = A Jupyter extension for rendering Bokeh content.
2670
+
2671
+ [kaleido]
2672
+ description = Static image export for web-based visualization libraries with zero dependencies
2673
+
2674
+ [pyftpdlib]
2675
+ description = Very fast asynchronous FTP server library
2676
+
2677
+ [pysendfile]
2678
+ description = A Python interface to sendfile(2)
2679
+
2680
+ [onnxruntime]
2681
+ description = ONNX Runtime Python bindings
2682
+
2683
+ [dm-tree]
2684
+ description = Tree is a library for working with nested data structures.
2685
+
You can’t perform that action at this time.
0 commit comments