8000 Merge pull request #867 from stonebig/master · winpython/winpython@3493e34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3493e34

Browse files
authored
Merge pull request #867 from stonebig/master
further disthelpers cleanup
2 parents ee3985c + 7657f7e commit 3493e34

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

make.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import sys
2121

2222
# Local imports
23-
from winpython import disthelpers as dh
2423
from winpython import wppm, utils
2524
import diff
2625

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER 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/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2653,3 +2653,15 @@ description = Add .env support to your django/flask apps in development and depl
26532653
[httpie]
26542654
description = 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™ 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+

0 commit comments

Comments
 (0)
0