first commit

This commit is contained in:
Mateusz Gruszczyński
2026-03-13 15:17:32 +01:00
commit 986ffb200a
91 changed files with 4423 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
Flask==3.1.0
Flask-SQLAlchemy==3.1.1
Flask-Login==0.6.3
Flask-WTF==1.2.2
Flask-Migrate==4.1.0
Flask-Limiter==3.9.2
email-validator==2.2.0
Pillow==11.1.0
pillow-heif==0.21.0
python-dotenv==1.0.1
gunicorn==23.0.0
psycopg[binary]==3.2.5
pytest==8.3.5
pytest-flask==1.3.0
pytest-cov==6.0.0
beautifulsoup4==4.13.3
pytesseract==0.3.13
reportlab==4.4.3
APScheduler==3.10.4