Skip to content

Commit dd611fb

Browse files
committed
typeshed now required for type checking
1 parent c3bd968 commit dd611fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements-dev.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ adafruit-circuitpython-datetime
55
beautifulsoup4
66
build
77
click
8-
coverage
9-
mypy; implementation_name=="cpython"
108
click>=8.1.5; implementation_name=="cpython"
9+
coverage
1110
leapseconddata
11+
mypy; implementation_name=="cpython"
1212
platformdirs
1313
pre-commit
1414
python-dateutil
@@ -19,6 +19,7 @@ sphinx-autodoc-typehints
1919
sphinx-rtd-theme
2020
twine; implementation_name=="cpython"
2121
types-beautifulsoup4
22+
typeshed
2223
types-python-dateutil
2324
types-requests
2425
tzdata

0 commit comments

Comments
 (0)