Skip to content

Commit

Permalink
Remove typeshed dev dependency and bump versions
Browse files Browse the repository at this point in the history
typeshed was recently removed from PyPI (and comes bundled with mypy
anyway) so was causing dependency resolution to fail.
  • Loading branch information
ali.teeney committed Jun 2, 2020
1 parent f4e7609 commit dcc4ec5
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 169 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pep8-naming = '*'
flake8 = '*'
pydocstyle = '*'
mypy = '*'
typeshed = '*'
yapf = '*'
isort = '*'
pytest = '*'
Expand Down
Loading

0 comments on commit dcc4ec5

Please sign in to comment.