1 Commits

Author SHA1 Message Date
long2ice
b2143ef85e Update README.md 2025-06-30 08:20:56 +08:00
3 changed files with 60 additions and 222 deletions

View File

@@ -232,3 +232,7 @@ xdg-open htmlcov/index.html
## License
This project is licensed under the [Apache-2.0](https://github.com/long2ice/fastapi-cache/blob/master/LICENSE) License.
## Sponsor
[![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")

276
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,7 @@ mypy = { version = "^1.2.0", python = "^3.10" }
pyright = { version = "^1.1.373", python = "^3.10" }
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
types-redis = { version = "^4.5.4.2", python = "^3.10" }
ruff = { version = ">=0.0.267,<0.11.7", python = "^3.10" }
ruff = { version = ">=0.0.267,<0.1.2", python = "^3.10" }
[tool.poetry.group.dev.dependencies]
pytest = "*"