From a93a89f0df1fd7f2a8d30e31f78e0901b796377d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Sat, 20 Dec 2025 17:04:44 +0300 Subject: [PATCH] acknowledge Flask-Caching in THIRDPARTY.md --- THIRDPARTY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/THIRDPARTY.md b/THIRDPARTY.md index fb40c40..0c06067 100644 --- a/THIRDPARTY.md +++ b/THIRDPARTY.md @@ -85,3 +85,18 @@ URL: https://bitty-js.com/ License: CC0 1.0 Author: alan w smith https://www.alanwsmith.com/ Repo: https://github.com/alanwsmith/bitty + +## Flask-Caching + +URL: https://flask-caching.readthedocs.io/ +Copyright: + +``` +Copyright (c) 2010 by Thadeus Burgess. +Copyright (c) 2016 by Peter Justin. + +Some rights reserved. +``` + +License: BSD-3-Clause ([see more](https://github.com/pallets-eco/flask-caching/blob/e59bc040cd47cd2b43e501d636d43d442c50b3ff/LICENSE)) +Repo: https://github.com/pallets-eco/flask-caching