- Switch to single Gunicorn worker to eliminate SQLite database locking issues - Remove Flask-Limiter and all rate limiting complexity - Remove Cloudflare proxy setup and dependencies - Simplify configuration and remove unnecessary features - Update all templates and static files for streamlined operation - Clean up old files and documentation - Restore stable database from backup - System now runs fast and reliably without database locks
7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
Flask==2.3.2
|
|
Flask-SQLAlchemy==3.0.5
|
|
Flask-CORS==3.0.10
|
|
Flask-WTF==1.2.1
|
|
argon2-cffi==21.3.0
|
|
gunicorn==21.2.0
|