Skip to content

Commit b8468e7

Browse files
author
Guido van Rossum
committed
Update setup.py to match setup.cfg
1 parent 2ab1e6e commit b8468e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,9 @@ def run(self):
100100
# "pip3 install git+git://github.com/python/mypy.git"
101101
# (as suggested by README.md).
102102
install_requires = []
103-
if sys.platform != 'win32':
104-
install_requires.append('typed-ast >= 0.6.1')
103+
install_requires.append('typed-ast >= 0.6.2')
105104
if sys.version_info < (3, 5):
106-
install_requires.append('typing >= 3.5.2')
105+
install_requires.append('typing >= 3.5.3')
107106

108107
setup(name='mypy-lang',
109108
version=version,

0 commit comments

Comments
 (0)