setup.py: adjust mypy-lang dependency for semver

Looks like the previous form was a typo.
This commit is contained in:
Doug Freed 2016-11-16 13:54:10 +00:00
parent 47ec1c9570
commit 6b6e64e09e
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup(
],
'dev': [
"flake8>=2.6.2, <3.1",
"mypy-lang>=0.4.5, <4.6",
"mypy-lang>=0.4.5, <0.5",
"rstcheck>=2.2, <3.0",
"tox>=2.3, <3",
"mock>=2.0, <2.1",