Commit 6b37723e by Sébastien Eustace

Update dependencies

parent 970193fb
[tool.poetry] [tool.poetry]
name = "poetry" name = "poetry"
version = "0.10.0-alpha.3" version = "0.10.0-alpha.4"
description = "Python dependency management and packaging made easy." description = "Python dependency management and packaging made easy."
authors = [ authors = [
"Sébastien Eustace <sebastien@eustace.io>" "Sébastien Eustace <sebastien@eustace.io>"
...@@ -40,7 +40,7 @@ typing = { version = "^3.6", python = "~2.7 || ~3.4" } ...@@ -40,7 +40,7 @@ typing = { version = "^3.6", python = "~2.7 || ~3.4" }
# Use pathlib2 and virtualenv for Python 2.7 # Use pathlib2 and virtualenv for Python 2.7
pathlib2 = { version = "^2.3", python = "~2.7" } pathlib2 = { version = "^2.3", python = "~2.7" }
virtualenv = { version = "^15.2", python = "~2.7" } virtualenv = { version = "^16.0", python = "~2.7" }
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^3.4" pytest = "^3.4"
......
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