File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
2
+ # and the pins in setup.py
2
3
typing_extensions>=4.6.0
3
4
mypy_extensions>=1.0.0
4
5
tomli>=1.1.0; python_version<'3.11'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
5
5
# self-typechecking :/
6
6
" setuptools >= 40.6.2" ,
7
7
" wheel >= 0.30.0" ,
8
- # the following is from mypy-requirements.txt
8
+ # the following is from mypy-requirements.txt/setup.py
9
9
" typing_extensions>=4.6.0" ,
10
10
" mypy_extensions>=1.0.0" ,
11
11
" tomli>=1.1.0; python_version<'3.11'" ,
Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ def run(self):
218
218
},
219
219
classifiers = classifiers ,
220
220
cmdclass = cmdclass ,
221
- # When changing this, also update mypy-requirements.txt.
221
+ # When changing this, also update mypy-requirements.txt and pyproject.toml
222
222
install_requires = [
223
- "typing_extensions>=4.1 .0" ,
223
+ "typing_extensions>=4.6 .0" ,
224
224
"mypy_extensions >= 1.0.0" ,
225
225
"tomli>=1.1.0; python_version<'3.11'" ,
226
226
],
You can’t perform that action at this time.
0 commit comments