6c0d5a4e63
- Flask-based mold cost calculation application - PostgreSQL database with SQLAlchemy ORM - Docker/Podman containerization - Comprehensive documentation in docs/ - Clean, organized codebase without obsolete files - Production-ready deployment configuration - Enhanced pytest configuration with coverage reporting - Master/Development branch structure
27 lines
912 B
Plaintext
27 lines
912 B
Plaintext
Flask==3.0.2
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Login==0.6.3
|
|
Flask-Migrate==4.0.5
|
|
Flask-WTF==1.2.1
|
|
Flask-Limiter==3.5.0
|
|
Flask-Caching==2.1.0
|
|
Flask-Mail==0.9.1
|
|
Werkzeug==3.0.1
|
|
SQLAlchemy==2.0.28
|
|
alembic==1.13.1
|
|
python-dotenv==1.0.1
|
|
gunicorn==21.2.0
|
|
email-validator==2.1.0.post1
|
|
psycopg2-binary==2.9.10
|
|
|
|
# Testing dependencies
|
|
pytest==8.0.2
|
|
pytest-cov==4.1.0
|
|
pytest-flask==1.3.0
|
|
pytest-mock==3.12.0
|
|
pytest-timeout==2.2.0
|
|
coverage==7.4.3
|
|
requests==2.31.0
|
|
|
|
psutil
|