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 f6e9966 commit 6e999b2
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 6e999b2

Please sign in to comment.