From 7b3dc9d36de1db28a6f36b03de85cf7f527231cc Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 20 Apr 2022 13:44:26 +0300 Subject: Add scaffolding for web app Add a basic scaffolding for the web interface to the quality-control application. --- manifest.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index c41be35..d5ce588 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,6 +1,7 @@ (specifications->manifest (list "python" "python-mypy" + "python-flask" "python-pylint" "python-pytest" "python-hypothesis")) -- cgit v1.2.3