From a02d07dfe07f8bf2510c8d15cd8e12b3bdb74768 Mon Sep 17 00:00:00 2001 From: Amo Date: Tue, 25 May 2021 19:56:03 +0530 Subject: [PATCH] Updated dependencies --- scripts/_common.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8d6df6b..b5dd90e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,15 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-socks imagemagick \ - python3-setuptools \ - python3-cryptography \ - python3-dateutil \ - python3-idna python3-requests \ - python3-django-timezone-field \ - libimage-exiftool-perl python3-flake8 \ - python3-pyqrcode python3-png python3-bandit -" +pkg_dependencies="python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-flake8 python3-django-timezone-field python3-pyqrcode python3-png python3-bandit libimage-exiftool-perl" #================================================= # PERSONAL HELPERS