chore: remove Flask from requirements
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s

Removed Flask from the requirements.txt file as it is no longer needed for the project dependencies. This helps to streamline the dependency management and reduces potential security vulnerabilities that come with maintaining unnecessary packages.
This commit is contained in:
Kumi 2024-07-01 10:59:34 +02:00
parent 3219a5019f
commit 8e81ba73b2
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1,2 +1 @@
flask
jinja2