From 5f3c66c84784283be0aed466df2634df6c078ab3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Wed, 5 Jan 2022 13:31:40 +0000
Subject: [PATCH] add data-science-types as dev-dep

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

diff --git a/pyproject.toml b/pyproject.toml
index 687d9269..c3627c14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,6 +29,7 @@ aliby-baby = "*"
 
 
 [tool.poetry.dev-dependencies]
+data-science-types = "^0.2.23"
 black = "^21.12b0"
 Sphinx = "^4.3.2"
 pytest = "^6.2.5"
-- 
GitLab