Skip to content

Commit

Permalink
Merge branch 'typeddict'
Browse files Browse the repository at this point in the history
* typeddict:
  Add mypy extensions to setup.py
  • Loading branch information
jamesls committed Jun 12, 2020
2 parents 88d0ae5 + 3c68e9b commit c8bc4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'click>=6.6,<8.0',
'botocore>=1.12.86,<2.0.0',
'typing==3.6.4;python_version<"3.7"',
'mypy-extensions==0.4.3',
'six>=1.10.0,<2.0.0',
'pip>=9,<20.2',
'attrs>=19.3.0,<20.0.0',
Expand Down

0 comments on commit c8bc4b4

Please sign in to comment.