Commit 785361c8 by Sébastien Eustace

Fix installer tests

parent b4d74fd2
[[package]]
name = "A"
version = "1.0"
description = ""
category = "main"
optional = false
python-versions = "*"
......
[[package]]
name = "A"
version = "1.0"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -9,6 +10,7 @@ platform = "*"
[[package]]
name = "B"
version = "1.1"
description = ""
category = "main"
optional = false
python-versions = "*"
......
[[package]]
name = "A"
version = "1.0"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -9,6 +10,7 @@ platform = "*"
[[package]]
name = "B"
version = "1.1"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -17,6 +19,7 @@ platform = "*"
[[package]]
name = "C"
version = "1.2"
description = ""
category = "main"
optional = false
python-versions = "^3.6"
......
[[package]]
name = "A"
version = "1.0"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -12,6 +13,7 @@ D = "^1.0"
[[package]]
name = "B"
version = "1.1"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -23,6 +25,7 @@ C = "~1.2"
[[package]]
name = "C"
version = "1.2"
description = ""
category = "main"
optional = false
python-versions = "*"
......@@ -31,6 +34,7 @@ platform = "*"
[[package]]
name = "D"
version = "1.3"
description = ""
category = "main"
optional = false
python-versions = "*"
......
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