BalanceBoard - Clean release

- Docker deployment ready
- Content aggregation and filtering
- User authentication
- Polling service for updates

🤖 Generated with Claude Code
This commit is contained in:
2025-10-11 21:24:21 +00:00
commit cb894b2159
53 changed files with 13514 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
flask==3.1.2
flask-login==0.6.3
flask-sqlalchemy==3.1.1
flask-bcrypt==1.0.1
werkzeug==3.1.3
python-dotenv==1.1.1
requests==2.32.3
jinja2==3.1.6
psycopg2-binary==2.9.10
sqlalchemy==2.0.36
authlib==1.3.2
APScheduler==3.10.4
praw==7.7.1