From 14e3ca884294ecaa4a10727022a2fbf1c43ceebf Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 1 Nov 2018 11:04:54 +0000 Subject: [PATCH] Remove the typing module since this is a standard python library since 3.5 and it seems to conflict with python 3.7. See https://docs.python.org/3/library/typing.html --- winpython/data/packages.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 951e67de..34a475e8 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -1817,9 +1817,6 @@ description=Actively maintained, pure Python wrapper for the Twitter API. Suppor [typed_ast] description=a fork of Python 2 and 3 ast modules with type comment support -[typing] -description=Type Hints for Python - [tzlocal] description=tzinfo object for the local timezone