Fix typo in parver version spec

This commit is contained in:
Aldo Cortesi 2018-05-27 09:41:30 +12:00
parent 8a76970944
commit d1e3968fa8

View File

@ -89,7 +89,7 @@ setup(
"flake8>=3.5, <3.6", "flake8>=3.5, <3.6",
"Flask>=1.0,<1.1", "Flask>=1.0,<1.1",
"mypy>=0.590,<0.591", "mypy>=0.590,<0.591",
"parver>=0.1<2.0", "parver>=0.1,<2.0",
"pytest-asyncio>=0.8", "pytest-asyncio>=0.8",
"pytest-cov>=2.5.1,<3", "pytest-cov>=2.5.1,<3",
"pytest-faulthandler>=1.3.1,<2", "pytest-faulthandler>=1.3.1,<2",