From 2aace2ea836907f069c5edbeeedc829e9ef57d91 Mon Sep 17 00:00:00 2001 From: Vasek Sraier Date: Sun, 24 Mar 2019 01:03:01 +0100 Subject: [PATCH] cleaned unused dependencies --- Pipfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Pipfile b/Pipfile index 2a0a5d4..7e6ca17 100644 --- a/Pipfile +++ b/Pipfile @@ -11,8 +11,6 @@ click = "*" beautifulsoup4 = "*" six = "*" termcolor = "*" -secrets = "*" -python2-secrets = "*" [requires] python_version = "3"