File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-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.7.20220730 '
31
+ __version__ = '4.7.20220807 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3349,3 +3349,18 @@ description = Python tool configuration
3349
3349
[tbats]
3350
3350
description = BATS and TBATS for time series forecasting
3351
3351
3352
+ [ntlm-auth]
3353
+ description = Creates NTLM authentication structures
3354
+
3355
+ [requests-ntlm]
3356
+ description = This package allows for HTTP NTLM authentication using the requests library.
3357
+
3358
+ [sspyrs]
3359
+ description = Lightweight interface for SSRS reports to python
3360
+
3361
+ [xmltodict]
3362
+ description = Makes working with XML feel like you are working with JSON
3363
+
3364
+ [missingno]
3365
+ description = Missing data visualization module for Python.
3366
+
You can’t perform that action at this time.
0 commit comments