File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,5 +58,5 @@ show_missing = true
58
58
# Then run "python3 setup.py bdist_wheel" to build a wheel file
59
59
# (and then upload that to PyPI).
60
60
requires-dist =
61
- typed-ast >= 1.0.0 , < 1.1.0
61
+ typed-ast >= 1.0.3 , < 1.1.0
62
62
typing >= 3.5.3; python_version < "3.5"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def run(self):
103
103
# "pip3 install git+git://github.com/python/mypy.git"
104
104
# (as suggested by README.md).
105
105
install_requires = []
106
- install_requires .append ('typed-ast >= 1.0.0 , < 1.1.0' )
106
+ install_requires .append ('typed-ast >= 1.0.3 , < 1.1.0' )
107
107
if sys .version_info < (3 , 5 ):
108
108
install_requires .append ('typing >= 3.5.3' )
109
109
Original file line number Diff line number Diff line change 2
2
flake8-bugbear; python_version >= '3.5'
3
3
flake8-pyi; python_version >= '3.5'
4
4
lxml; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6'
5
- typed-ast>=1.0.0 ,<1.1.0; sys_platform != 'win32' or python_version >= '3.5'
5
+ typed-ast>=1.0.3 ,<1.1.0; sys_platform != 'win32' or python_version >= '3.5'
6
6
pytest>=2.8
7
7
pytest-xdist>=1.13
8
8
pytest-cov>=2.4.0
You can’t perform that action at this time.
0 commit comments