Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 647debf

Browse files
authored
Merge pull request #1070 from stonebig/master
tweaksto better include Flask/FastAPI/Django examples
2 parents 0035064 + e851a8e commit 647debf

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

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

winpython/data/packages.ini

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3283,3 +3283,39 @@ description = Missing widgets for PyQt/PySide
32833283
[notebook-shim]
32843284
description = A shim layer for notebook traits and config
32853285

3286+
[pygad]
3287+
description = PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).
3288+
3289+
[fastjsonschema]
3290+
description = Fastest Python implementation of JSON schema
3291+
3292+
[httptools]
3293+
description = A collection of framework independent HTTP protocol utils.
3294+
3295+
[pyside6-addons]
3296+
description = Python bindings for the Qt cross-platform application and UI framework (Addons)
3297+
3298+
[pyside6-essentials]
3299+
description = Python bindings for the Qt cross-platform application and UI framework (Essentials)
3300+
3301+
[importlib-resources]
3302+
description = Read resources from Python packages
3303+
3304+
[argparse]
3305+
description = Python command-line parsing library
3306+
3307+
[traceback2]
3308+
description = Backports of the traceback module
3309+
3310+
[unittest2]
3311+
description = The new features in unittest backported to Python 2.4+.
3312+
3313+
[linecache2]
3314+
description = Backports of the linecache module
3315+
3316+
[django]
3317+
description = A high-level Python web framework that encourages rapid development and clean, pragmatic design.
3318+
3319+
[watchgod]
3320+
description = Simple, modern file watching and code reload in python.
3321+

0 commit comments

Comments
 (0)