Skip to content

Commit d773990

Browse files
author
Mauko Quiroga
committed
Install mypy stubs
1 parent a729850 commit d773990

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
'pytest-cov >= 2.6.1, < 3.0.0',
3737
'mypy >= 0.701, < 1.000',
3838
'openfisca-country-template >= 3.10.0, < 4.0.0',
39-
'openfisca-extension-template >= 1.2.0rc0, < 2.0.0'
39+
'openfisca-extension-template >= 1.2.0rc0, < 2.0.0',
40+
'types-PyYAML == 5.4.10',
41+
'types-setuptools == 57.0.2',
4042
] + api_requirements
4143

4244
setup(

0 commit comments

Comments
 (0)