fix: compatibility in Python 2.7

ImportError(No module named builtins) will be raised if future is not installed in Python 2.7
This commit is contained in:
debugtalk
2019-10-26 21:14:51 +08:00
parent 6890cf7082
commit 8aabc2b7b0
2 changed files with 12 additions and 100 deletions

View File

@@ -30,6 +30,7 @@ colorama = "^0.4.1"
colorlog = "^4.0.2"
filetype = "^1.0.5"
jsonpath = "^0.82"
future = { version = "^0.18.1", python = "~2.7" }
[tool.poetry.dev-dependencies]
flask = "<1.0.0"