Merge pull request #1 from swifterhq/fix/package

fix: rm redis package
This commit is contained in:
Tarun Sharma
2022-05-26 15:36:18 +05:30
committed by GitHub
2 changed files with 428 additions and 412 deletions

836
poetry.lock generated
View File

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,6 @@ include = ["slowapi/py.typed"]
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
limits = "^1.5"
redis = "^3.4.1"
[tool.poetry.dev-dependencies]
isort = "^4.3.21"
@@ -48,3 +47,6 @@ line_length = 88
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.extras]
redis = ["redis^3.4.1"]