mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
Merge pull request #5 from rushilsrivastava/patch-1
Add minimum dependencies version
This commit is contained in:
@@ -16,11 +16,11 @@ include = ["LICENSE", "README.md"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
fastapi = "*"
|
fastapi = ">=0.63.0"
|
||||||
uvicorn = "*"
|
uvicorn = ">=0.12.0"
|
||||||
aioredis = {version = "*", optional = true}
|
aioredis = {version = ">=1.3.1", optional = true}
|
||||||
aiomcache = {version = "*", optional = true}
|
aiomcache = {version = ">=0.6.0", optional = true}
|
||||||
python-dateutil = "*"
|
python-dateutil = ">=2.8.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user