Skip to content

Commit

Permalink
Remove mypy as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Aug 8, 2017
1 parent a60e7d0 commit 62ebafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
# for example:
# $ pip install -e .[test]
extras_require={
':python_version >= "3.2"': ['mypy'],
'test': ['tox', 'versioneer', 'pytest', 'pytest-cov', 'coverage'],
},

Expand Down

0 comments on commit 62ebafa

Please sign in to comment.