From 6968d3d0574e346ae5d14b16d0a644ff1894659f Mon Sep 17 00:00:00 2001
From: SpeedProg <speedprog@googlemail.com>
Date: Fri, 06 Sep 2019 17:31:44 +0000
Subject: [PATCH] made set hash be 64 bit instead of same as full card hash

---
 requirements.txt |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0beb8e2..beee0e5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,11 @@
-ast
-cv2==3.4.2
+opencv-python==3.4.2.17
+pandas
 imgaug==0.2.6
 imutils==0.5.1
-json==2.0.9
 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
 

--
Gitblit v1.10.0