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 20
20
import sys
21
21
22
22
# Local imports
23
- from winpython import disthelpers as dh
24
23
from winpython import wppm , utils
25
24
import diff
26
25
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '3.0.20200705 '
31
+ __version__ = '3.0.20200711 '
32
32
__license__ = __doc__
33
33
__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
2653
2653
[httpie]
2654
2654
description = HTTPie - a CLI, cURL-like tool for humans.
2655
2655
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