Add SEO analysis dependencies to requirements.txt: - beautifulsoup4==4.12.3: HTML parsing for SEO metrics extraction - lxml==5.1.0: Fast XML/HTML parser backend for BeautifulSoup - python-whois==0.9.4: Domain information lookup These replace seokar/pyseoanalyzer due to compatibility issues.
34 lines
516 B
Plaintext
34 lines
516 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
|
|
|
|
# SEO Analysis
|
|
beautifulsoup4==4.12.3
|
|
lxml==5.1.0
|
|
python-whois==0.9.4
|