diff options
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index 42d95bb..407834a 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,5 +1,6 @@ (specifications->manifest - (list "python" + (list "redis" + "python" "python-mypy" "python-redis" "python-flask" |