nordabiz/requirements.txt
Maciej Pienczyn 6d589407be Sync local repo with production state
- Add MembershipFee and MembershipFeeConfig models
- Add /health endpoint for monitoring
- Add Microsoft Fluent Design CSS
- Update templates with new CSS structure
- Add Announcement model
- Update .gitignore to exclude analysis files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 22:23:28 +01:00

29 lines
445 B
Plaintext

# Norda Biznes Hub - Python Dependencies
# ======================================
# Web Framework
Flask==3.0.0
Flask-Login==0.6.3
Werkzeug==3.0.1
# Security
Flask-WTF==1.2.2
Flask-Limiter==3.5.0
# Database
SQLAlchemy==2.0.23
psycopg2-binary==2.9.11
# Google Gemini AI
google-generativeai==0.3.2
# Environment Configuration
python-dotenv==1.0.0
# Email (for verification)
Flask-Mail==0.10.0
# Utilities
requests==2.32.5
feedparser==6.0.10