- Zmiana nazwy: "Norda Biznes Hub" → "Norda Biznes Partner" - Aktualizacja modelu AI: Gemini 2.0 Flash → Gemini 3 Flash - Zachowano historyczne odniesienia w timeline i dokumentacji Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
646 B
Plaintext
40 lines
646 B
Plaintext
# Norda Biznes Partner - Python Dependencies
|
|
# ======================================
|
|
|
|
# Web Framework
|
|
Flask==3.0.0
|
|
Flask-Login==0.6.3
|
|
Werkzeug==3.0.1
|
|
|
|
# Security
|
|
Flask-WTF==1.2.1
|
|
Flask-Limiter==3.5.0
|
|
|
|
# Database
|
|
SQLAlchemy==2.0.23
|
|
psycopg2-binary==2.9.9
|
|
|
|
# Google Gemini AI (new SDK with thinking mode support)
|
|
google-genai>=1.0.0
|
|
|
|
# Google Maps/Places API
|
|
googlemaps==4.10.0
|
|
|
|
# Environment Configuration
|
|
python-dotenv==1.0.0
|
|
|
|
# Email (for verification)
|
|
Flask-Mail==0.9.1
|
|
|
|
# Utilities
|
|
requests==2.31.0
|
|
feedparser==6.0.10
|
|
|
|
# SEO Analysis
|
|
beautifulsoup4==4.12.3
|
|
lxml==5.1.0
|
|
python-whois==0.9.4
|
|
|
|
# Google News URL Decoding
|
|
googlenewsdecoder>=0.1.2
|