From 51d88c20ecc4fc4f5126ad41881339092fd9f45e Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 15 Sep 2021 07:59:10 +0300 Subject: [PATCH] Issue #81: fix requirements. --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c3a53e..f4e7e28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,13 @@ -CairoSVG~=2.5.0 +CairoSVG>=2.5.0 colour~=0.1.5 +logging>=0.4.9.6 numpy>=1.18.1 Pillow>=8.2.0 portolan~=1.0.1 pycairo pytest~=6.2.2 PyYAML>=4.2b1 +setuptools>=51.0.0 +Shapely>=1.7.1 svgwrite~=1.4 urllib3>=1.25.6