From a44d273a247841321818e9fb2ec140f5bedb2e4f Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 2 Jul 2023 15:01:31 +0200
Subject: [PATCH] Use DuniterPy dev from git (#470)

To be bumped to v1.2.0 once released as stable
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 338f6f14..502aef91 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"]
 
 [tool.poetry.dependencies]
 python = "^3.8.0"
-duniterpy = "1.1.0"
+duniterpy = {git = "https://git.duniter.org/clients/python/duniterpy.git"}
 rich-click = "^1.6.1"
 texttable = "^1.6.7"
 pendulum = "^3.0.0a1"
-- 
GitLab