Skip to content

Commit ed496e3

Browse files
committed
package names
1 parent 68531e6 commit ed496e3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

winpython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '3.0.20200729'
31+
__version__ = '3.0.20200808'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

+21
Original file line numberDiff line numberDiff line change
@@ -2686,3 +2686,24 @@ description = Tree is a library for working with nested data structures.
26862686
[amply]
26872687
description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
26882688

2689+
[dask-glm]
2690+
description = Generalized Linear Models with Dask
2691+
2692+
[wasmer]
2693+
description = Python extension to run WebAssembly binaries
2694+
2695+
[jupyter-server-proxy]
2696+
description = Jupyter server extension to supervise and proxy web services
2697+
2698+
[iniconfig]
2699+
description = iniconfig: brain-dead simple config-ini parsing
2700+
2701+
[argon2-cffi]
2702+
description = The secure Argon2 password hashing algorithm.
2703+
2704+
[jinja2-time]
2705+
description = Jinja2 Extension for Dates and Times
2706+
2707+
[text-unidecode]
2708+
description = The most basic Text::Unidecode port
2709+

0 commit comments

Comments
 (0)