You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,9 @@ description=Collection of low-level Python packages and modules used by Logilab
63
63
description=Computer Vision library
64
64
category=improc
65
65
66
+
[markupsafe]
67
+
description=Implements a XML/HTML/XHTML Markup safe string for Python
68
+
66
69
[matplotlib]
67
70
description=2D plotting library (embeddable in GUIs created with PyQt)
68
71
url=http://matplotlib.sourceforge.net
@@ -237,6 +240,9 @@ url=http://www.sqlalchemy.org
237
240
[spyder]
238
241
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
239
242
243
+
[statsmodels]
244
+
description=Statistical computations and models for use with SciPy
0 commit comments