File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '4.6.20211204 '
31+ __version__ = '4.6.20220116 '
3232__license__ = __doc__
3333__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
32383238[cx-logging]
32393239description = Python and C interfaces for logging
32403240
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