init: minimal Flask app

This commit is contained in:
2026-06-13 11:29:47 +04:00
commit 77dff4d3d4
5 changed files with 40 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
flask>=3.0
gunicorn>=22.0
python-docx>=1.1
requests>=2.32