fix compability: flask < 1.0.0

This commit is contained in:
debugtalk
2018-05-03 12:46:50 +08:00
parent 438e3c1243
commit d08acfd4bf
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 = "*"