From 0e1c83640f9f1379ccf0d51c2b9b27f68a7f6c5e Mon Sep 17 00:00:00 2001
From: atrax <atrax@prtn.email>
Date: Tue, 29 Dec 2020 19:20:35 +0100
Subject: [PATCH] [dep] #226: remove ipaddress dependency

---
 poetry.lock    | 14 +-------------
 pyproject.toml |  1 -
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 67c9a6bf..5a74ba44 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -268,14 +268,6 @@ category = "dev"
 optional = false
 python-versions = "*"
 
-[[package]]
-name = "ipaddress"
-version = "1.0.23"
-description = "IPv4/IPv6 manipulation library"
-category = "main"
-optional = false
-python-versions = "*"
-
 [[package]]
 name = "jsonschema"
 version = "3.2.0"
@@ -635,7 +627,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.6.8"
-content-hash = "0c654b5b0567196106a4844e4da6b112664e8e4ad47f5f724130416aa392c853"
+content-hash = "c0fa404433091b059c81df7b8551b587eb474eff4e02c7d3e83267ebd135212c"
 
 [metadata.files]
 aiohttp = [
@@ -817,10 +809,6 @@ importlib-resources = [
 iniconfig = [
     {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
 ]
-ipaddress = [
-    {file = "ipaddress-1.0.23-py2.py3-none-any.whl", hash = "sha256:6e0f4a39e66cb5bb9a137b00276a2eff74f93b71dcbdad6f10ff7df9d3557fcc"},
-    {file = "ipaddress-1.0.23.tar.gz", hash = "sha256:b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2"},
-]
 jsonschema = [
     {file = "jsonschema-3.2.0-py2.py3-none-any.whl", hash = "sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163"},
     {file = "jsonschema-3.2.0.tar.gz", hash = "sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a"},
diff --git a/pyproject.toml b/pyproject.toml
index 58a1c398..f5caeb59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,6 @@ keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
 python = "^3.6.8"
 duniterpy = "0.61.0"
 click = "^7.1.2"
-ipaddress = "^1.0.23"
 tabulate = "^0.8.7"
 texttable = "^1.6.3"
 pendulum = "^2.1.2"
-- 
GitLab