File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2020import sys
2121
2222# Local imports
23- from winpython import disthelpers as dh
2423from winpython import wppm , utils
2524import diff
2625
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '3.0.20200705 '
31+ __version__ = '3.0.20200711 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -2653,3 +2653,15 @@ description = Add .env support to your django/flask apps in development and depl
26532653[httpie]
26542654description = HTTPie - a CLI, cURL-like tool for humans.
26552655
2656+ [flask-mail]
2657+ description = Flask extension for sending email
2658+
2659+ [msvc-runtime]
2660+ description = Install the Microsoft&# 8482; Visual C++™ runtime DLLs to the sys.prefix and Scripts directories
2661+
2662+ [python-baseconv]
2663+ description = Convert numbers from base 10 integers to base X strings and back again.
2664+
2665+ [asgi-csrf]
2666+ description = ASGI middleware for protecting against CSRF attacks
2667+
You can’t perform that action at this time.
0 commit comments