diff options
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 6 |
1 files changed, 3 insertions, 3 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)) |
