fix compability: flask < 1.0.0

This commit is contained in:
httprunner
2018-05-03 12:46:50 +08:00
parent e63ad6363c
commit 5cf5aae3f9
2 changed files with 6 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ colorlog = "*"
requests-toolbelt = "*"
[dev-packages]
Flask = "<1.0.0"
httpbin = "*"
coverage = "*"
coveralls = "*"