Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import sys

# Local imports
from winpython import disthelpers as dh
from winpython import wppm, utils
import diff

Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '3.0.20200705'
__version__ = '3.0.20200711'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2653,3 +2653,15 @@ description = Add .env support to your django/flask apps in development and depl
[httpie]
description = HTTPie - a CLI, cURL-like tool for humans.

[flask-mail]
description = Flask extension for sending email

[msvc-runtime]
description = Install the Microsoft™ Visual C++™ runtime DLLs to the sys.prefix and Scripts directories

[python-baseconv]
description = Convert numbers from base 10 integers to base X strings and back again.

[asgi-csrf]
description = ASGI middleware for protecting against CSRF attacks