
- Set up project structure with FastAPI - Create database models for notes - Implement Alembic migrations - Create API endpoints for note CRUD operations - Implement note export functionality (markdown, txt, pdf) - Add health endpoint - Set up linting with Ruff
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
fastapi>=0.104.1
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-multipart>=0.0.6
|
|
jinja2>=3.1.2
|
|
markdown>=3.5.1
|
|
weasyprint>=60.1
|
|
ruff>=0.1.5 |