Commit f411e35e by Sébastien Eustace

Update pyproject.toml

parent 87cf788c
......@@ -27,7 +27,11 @@ requests-toolbelt = "^0.8.0"
jsonschema = "^2.6"
pyrsistent = "^0.14.2"
pyparsing = "^2.2"
# zipfile36 and virtualenv are needed for Python 3.4 and 3.5
zipfile36 = { version = "^0.1", python = ">=3.4 <3.6" }
# The typing module is not in the stdlib in Python 3.4
typing = { version = "^3.6", python = "~3.4" }
[tool.poetry.dev-dependencies]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment