Skip to content

Commit 73ce8e9

Browse files
committed
Version 0.2.0 release
1 parent c28f9d7 commit 73ce8e9

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

poetry.lock

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "asyncio-redis-rate-limit"
33
description = "Rate limiter for async functions using Redis as a backend"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
license = "MIT"
66
readme = "README.md"
77

@@ -13,12 +13,10 @@ repository = "https://github.com/wemake-services/asyncio-redis-rate-limit"
1313

1414
keywords = [
1515
"asyncio",
16-
"trio",
17-
"curio",
1816
"rate-limiter",
1917
"redis",
2018
"redis-py",
21-
"anyio",
19+
"aioredis",
2220
]
2321

2422
classifiers = [
@@ -38,6 +36,7 @@ typing-extensions = ">=3.10"
3836
[tool.poetry.dev-dependencies]
3937
mypy = "^0.961"
4038
types-redis = "^4.3"
39+
types-mock = "^4.0"
4140

4241
wemake-python-styleguide = "^0.16"
4342
flake8-pytest-style = "^1.6"
@@ -52,7 +51,6 @@ pytest-randomly = "^3.12"
5251
pytest-asyncio = "^0.18"
5352
pytest-freezegun = "^0.4"
5453
pytest-repeat = "^0.9"
55-
types-mock = "^4.0.15"
5654

5755
[tool.poetry.extras]
5856
redis = ["redis"]

0 commit comments

Comments
 (0)