From a26eaf241dee510ac5ee60ec82b4e05eeb1da946 Mon Sep 17 00:00:00 2001 From: peery Date: Fri, 28 May 2021 21:12:15 +0200 Subject: [PATCH] Added Validators, pscopg2-binary to requirements Added missed requirement validator and replaced psycopg2 with the bianry version --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4669627..a568eda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ pyqt5 pyyaml cryptography -psycopg2 -urllib3 \ No newline at end of file +psycopg2-binary +urllib3 +validators \ No newline at end of file