description = "YAML parser and emitter for Python"
description = "YAML parser and emitter for Python"
marker = "python_version >= \"2.7.9\" and python_version < \"2.8.0\" or python_version >= \"3.4\" and python_version < \"4.0\""
name = "pyyaml"
name = "pyyaml"
optional = false
optional = false
python-versions = "*"
python-versions = "*"
...
@@ -548,7 +553,7 @@ requests = ">=2.0.1,<3.0.0"
...
@@ -548,7 +553,7 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
[[package]]
category = "main"
category = "main"
description = "scandir, a better directory iterator and faster os.walk()"
description = "scandir, a better directory iterator and faster os.walk()"
marker = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version < \"3.5\""
marker = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\" or python_version < \"3.5\""
name = "scandir"
name = "scandir"
optional = false
optional = false
python-versions = "*"
python-versions = "*"
...
@@ -565,7 +570,6 @@ version = "1.2.6"
...
@@ -565,7 +570,6 @@ version = "1.2.6"
[[package]]
[[package]]
category = "main"
category = "main"
description = "Python 2 and 3 compatibility utilities"
description = "Python 2 and 3 compatibility utilities"
marker = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\" or python_version < \"3.6\" or python_version >= \"2.7.9\" and python_version < \"2.8.0\" or python_version >= \"3.4\" and python_version < \"4.0\""
name = "six"
name = "six"
optional = false
optional = false
python-versions = "*"
python-versions = "*"
...
@@ -574,7 +578,6 @@ version = "1.11.0"
...
@@ -574,7 +578,6 @@ version = "1.11.0"
[[package]]
[[package]]
category = "dev"
category = "dev"
description = "Python Library for Tom's Obvious, Minimal Language"
description = "Python Library for Tom's Obvious, Minimal Language"
marker = "python_version >= \"3.6\" and python_version < \"4.0\""
name = "toml"
name = "toml"
optional = false
optional = false
python-versions = "*"
python-versions = "*"
...
@@ -612,9 +615,10 @@ description = "virtualenv-based automation of test activities"
...
@@ -612,9 +615,10 @@ description = "virtualenv-based automation of test activities"