fastapi-storages
fastapi-storages copied to clipboard
refactor: make `boto3` an optional dependency under `s3` extra
changes:
- [X] removed
boto3from main dependencies to reduce base install footprint for non-S3 users - [X] added
[project.optional-dependencies.s3]section with updatedboto3version - [X] changed test import from
moto.mock_s3(deprecated) tomoto.mock_aws - [ ] update readme and documentation