File tree 2 files changed +25
-1
lines changed
2 files changed +25
-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__ = '4.6.20211204 '
31
+ __version__ = '4.6.20220116 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3238,3 +3238,27 @@ description = Generic pure Python loader for .NET runtimes
3238
3238
[cx-logging]
3239
3239
description = Python and C interfaces for logging
3240
3240
3241
+ [tzdata]
3242
+ description = Provider of IANA time zone data
3243
+
3244
+ [pytz-deprecation-shim]
3245
+ description = Shims to make deprecation of pytz easier
3246
+
3247
+ [asttokens]
3248
+ description = Annotate AST trees with source code positions
3249
+
3250
+ [executing]
3251
+ description = Get the currently executing AST node of a frame, and other information
3252
+
3253
+ [pure-eval]
3254
+ description = Safely evaluate AST nodes without side effects
3255
+
3256
+ [stack-data]
3257
+ description = Extract data from python stack frames and tracebacks for informative displays
3258
+
3259
+ [langcodes]
3260
+ description = Tools for labeling human languages with IETF language tags
3261
+
3262
+ [spacy-loggers]
3263
+ description = Logging utilities for SpaCy
3264
+
You can’t perform that action at this time.
0 commit comments