From 47061b9667ae4700a68097c60fa03bad84173f66 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 8 Jun 2021 18:31:49 +0200
Subject: [PATCH] [dep] #90, #103: Introduce pytest{,-cov,-sugar} dev
 dependencies

---
 pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index c2fd823..c1c0ba2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,6 +38,9 @@ pyaes = "^1.6.1"
 mnemonic = "^0.19"
 
 [tool.poetry.dev-dependencies]
+pytest = "^6.2.3"
+pytest-cov = "^2.12.0"
+pytest-sugar = "^0.9.4"
 black = {version = "^21.4b2", allow-prereleases = true}
 mypy = "^0.910"
 pylint = "^2.7.2"
-- 
GitLab