From 38af157b22566cf2bc28d69ac1d18c878321e607 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 8 Sep 2022 06:21:26 +0300 Subject: Update dependencies * guix.scm: reorganise the dependencies * setup.cfg: change the `install_requires` values --- guix.scm | 6 +++--- setup.cfg | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/guix.scm b/guix.scm index 2db6063..57ef340 100644 --- a/guix.scm +++ b/guix.scm @@ -37,13 +37,13 @@ (when tests? (invoke "pytest"))))))) (inputs - (list python-mypy + (list redis + python-mypy python-pylint python-pytest python-hypothesis)) (propagated-inputs - (list redis - python-redis + (list python-redis python-flask python-jsonpickle python-mysqlclient)) diff --git a/setup.cfg b/setup.cfg index df09071..3e579e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,10 @@ packages = scripts quality_control install_requires = - rq - python-magic + redis + Flask + jsonpickle + mysqlclient exclude = tests* include_package_data = True -- cgit v1.2.3