Skip to content
Snippets Groups Projects
Verified Commit 872742a8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update path dependencies for poetry 1.0.0

parent 86f82383
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
BiscuIT-ng = {version = "^1.0a3.dev0", allows-prereleases = true, path = "../../.."}
BiscuIT-App-Chronos = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"}
BiscuIT-ng = { path = "../../.." }
BiscuIT-App-Chronos = { path = "../BiscuIT-App-Chronos" }
[build-system]
requires = ["poetry>=0.12"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment