added fastapi to requirements. First step to replace flask with fastapi

This commit is contained in:
2026-02-27 20:43:38 +01:00
parent 2f308584c0
commit 45397c069c
3 changed files with 32 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
flask==3.0.3
gunicorn==22.0.0
ezdxf==1.3.4
pillow==10.4.0
pillow==10.4.0
fastapi[standard]==0.133.1