From 89bf744054a285e96a841b5765d482cb43c59997 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 09:24:02 +0100 Subject: [PATCH] removed some todos --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4eee1e0..6a43feb 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Only the clients need a connection to this service on configured port. ## ToDo's -- provide `.deb` package (WIP) -- migrate from `dataset` to `sqlalchemy` (WIP) - migrate from `fastapi` to `flask` - Support http mode for using external https proxy (disable uvicorn ssl for using behind proxy)