We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a729850 commit d773990Copy full SHA for d773990
setup.py
@@ -36,7 +36,9 @@
36
'pytest-cov >= 2.6.1, < 3.0.0',
37
'mypy >= 0.701, < 1.000',
38
'openfisca-country-template >= 3.10.0, < 4.0.0',
39
- 'openfisca-extension-template >= 1.2.0rc0, < 2.0.0'
+ 'openfisca-extension-template >= 1.2.0rc0, < 2.0.0',
40
+ 'types-PyYAML == 5.4.10',
41
+ 'types-setuptools == 57.0.2',
42
] + api_requirements
43
44
setup(
0 commit comments