fd2f296f44
- Create FastAPI backend with endpoints for generating math exercises - Build Bootstrap frontend with responsive UI for exercise configuration - Implement PDF generation functionality identical to original script - Add README with installation and usage instructions - Update requirements.txt with web dependencies - Configure .gitignore to exclude compiled files and generated PDFs
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
defusedxml==0.7.1
|
|
fonttools==4.59.2
|
|
fpdf2==2.8.4
|
|
pillow==11.3.0
|
|
fastapi==0.115.0
|
|
uvicorn==0.30.6
|
|
jinja2==3.1.4
|
|
python-multipart==0.0.9
|