
- Set up FastAPI application structure - Implement SQLite database with SQLAlchemy - Create WhatsApp webhook endpoints - Implement message storage and analysis - Integrate Gemini 2.5 Pro for message analysis - Add email delivery of insights - Configure APScheduler for weekend analysis - Add linting with Ruff
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
pydantic>=2.1.0
|
|
pydantic-settings>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
google-generativeai>=0.3.0
|
|
jinja2>=3.1.0
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
apscheduler>=3.10.0
|
|
httpx>=0.24.0
|
|
ruff>=0.1.0
|
|
pytest>=7.4.0 |