File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ show_missing = true
56
56
# Then run "python3 setup.py bdist_wheel" to build a wheel file
57
57
# (and then upload that to PyPI).
58
58
requires-dist =
59
- typed-ast >= 1.0.3 , < 1.1.0
59
+ typed-ast >= 1.0.4 , < 1.1.0
60
60
typing >= 3.5.3; python_version < "3.5"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def run(self):
100
100
# "pip3 install git+git://github.com/python/mypy.git"
101
101
# (as suggested by README.md).
102
102
install_requires = []
103
- install_requires .append ('typed-ast >= 1.0.3 , < 1.1.0' )
103
+ install_requires .append ('typed-ast >= 1.0.4 , < 1.1.0' )
104
104
if sys .version_info < (3 , 5 ):
105
105
install_requires .append ('typing >= 3.5.3' )
106
106
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.6'
4
4
lxml; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6'
5
- typed-ast>=1.0.3 ,<1.1.0; sys_platform != 'win32' or python_version >= '3.5'
5
+ typed-ast>=1.0.4 ,<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