fix: add enum34 for Python 2.7

This commit is contained in:
debugtalk
2019-12-24 20:21:46 +08:00
parent ae780b340b
commit 8bb12ea480
2 changed files with 18 additions and 2 deletions

View File

@@ -40,8 +40,9 @@ colorama = "^0.4.1"
colorlog = "^4.0.2"
filetype = "^1.0.5"
jsonpath = "^0.82"
future = { version = "^0.18.1", python = "~2.7" }
sentry-sdk = "^0.13.5"
future = { version = "^0.18.1", python = "~2.7" }
enum34 = { version = "^1.1.6", python = "~2.7" }
[tool.poetry.dev-dependencies]
flask = "<1.0.0"