Skip to content

Commit

Permalink
setup.py: add types dependencies for mypy
Browse files Browse the repository at this point in the history
* Add now required types packages for dependencies that don't have them
  in the source code yet.

Change-Id: I13590a244c9f22ab6e646619bd256bf932df0bcc
  • Loading branch information
volans- committed Jun 10, 2021
1 parent 0ec2076 commit e7f9ca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
'sphinx_rtd_theme>=0.4.3',
'sphinx-argparse>=0.2.2',
'Sphinx>=1.8.4',
'types-pkg_resources',
'types-PyYAML',
'types-requests',
],
'prospector': [
'prospector[with_everything]>=1.3.1',
Expand Down

0 comments on commit e7f9ca9

Please sign in to comment.