diff --git a/data/implementations.yaml b/data/implementations.yaml
index d7ae2c3..8ffa1b9 100644
--- a/data/implementations.yaml
+++ b/data/implementations.yaml
@@ -673,6 +673,15 @@
- python
- flask
+"Python / Flask":
+ description:
+ Updated implementation written in Python with Flask.
+ live_url: https://todo-backend2-flask.herokuapp.com
+ sourcecode_url: https://github.com/staeff/todo-backend-flask
+ tags:
+ - python
+ - flask
+
"Python / Circuits":
description:
Implementation written in Python with Circuits Framework.