
- Implemented CRUD operations for manga, authors, publishers, and genres - Added search and filtering functionality - Set up SQLAlchemy ORM with SQLite database - Configured Alembic for database migrations - Implemented logging with Loguru - Added comprehensive API documentation - Set up error handling and validation - Added ruff for linting and formatting
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
fastapi>=0.104.1
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.23
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
alembic>=1.12.1
|
|
python-dotenv>=1.0.0
|
|
python-multipart>=0.0.6
|
|
ruff>=0.1.5
|
|
email-validator>=2.1.0
|
|
loguru>=0.7.2 |