Merge pull request #4313 from felixonmars/patch-1

Remove duplicated flask from dev dependencies
This commit is contained in:
Maximilian Hils 2020-11-26 18:39:08 +01:00 committed by GitHub
commit 3d4831eeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,6 @@ setup(
"dataclasses>=0.7",
],
'dev': [
"Flask>=1.0,<1.2",
"hypothesis>=5.8,<6",
"parver>=0.1,<2.0",
"pytest-asyncio>=0.10.0,<0.14,!=0.14",