aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-04-20 13:44:26 +0300
committerFrederick Muriuki Muriithi2022-04-20 13:44:26 +0300
commit7b3dc9d36de1db28a6f36b03de85cf7f527231cc (patch)
tree38e33e6eb9e5ec2bbc99ca512ee3e01e996a91c6 /manifest.scm
parent7cd50dbc6dc5c14bb211699e7a7103e4f1453edd (diff)
downloadgn-uploader-7b3dc9d36de1db28a6f36b03de85cf7f527231cc.tar.gz
Add scaffolding for web app
Add a basic scaffolding for the web interface to the quality-control application.
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm1
1 files changed, 1 insertions, 0 deletions
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"))