From 6943e6eea0eee1ccf3ee9034699b6a94f334b003 Mon Sep 17 00:00:00 2001 From: Constantin Wenger <constantin.wenger@googlemail.com> Date: Tue, 01 Feb 2022 11:38:21 +0000 Subject: [PATCH] added option to load from streams added option to set crop x and crop y added option to set percentage a card must take up added ability to scroll detected cards list with o and p added ability to remove topmost shown detected card with u --- requirements.txt | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f47cd3..0412315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,8 @@ imutils==0.5.1 matplotlib==2.2.2 numpy==1.15.2 -pandas==0.23.0 -pickle -PIL==5.1.0 +#pickle +#PIL==5.1.0 shapely==1.6.4 -urllib - +#urllib +imagehash -- Gitblit v1.10.0