Commit e8c3d110 by Sébastien Eustace

Update pyproject.toml

parent 25bbb4cd
...@@ -28,7 +28,7 @@ jsonschema = "^2.6" ...@@ -28,7 +28,7 @@ jsonschema = "^2.6"
pyrsistent = "^0.14.2" pyrsistent = "^0.14.2"
pyparsing = "^2.2" pyparsing = "^2.2"
# zipfile36 and virtualenv are needed for Python 3.4 and 3.5 # zipfile36 is needed for Python 3.4 and 3.5
zipfile36 = { version = "^0.1", python = ">=3.4 <3.6" } zipfile36 = { version = "^0.1", python = ">=3.4 <3.6" }
# The typing module is not in the stdlib in Python 3.4 # The typing module is not in the stdlib in Python 3.4
...@@ -43,4 +43,4 @@ pygments = "^2.2" ...@@ -43,4 +43,4 @@ pygments = "^2.2"
[tool.poetry.scripts] [tool.poetry.scripts]
poetry = "poetry:console.run" poetry = "poetry.console:main"
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