Initial commit: BalanceBoard - Reddit-style content aggregator
- Flask-based web application with PostgreSQL - User authentication and session management - Content moderation and filtering - Docker deployment with docker-compose - Admin interface for content management 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
13
requirements.txt
Normal file
13
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user