Skip to content

Commit

Permalink
Change backoff requirement (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Oct 25, 2022
1 parent a6c145c commit 178d28d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "0"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.8"
backoff = "^1.10.0"
backoff = "<3"

[tool.poetry.dev-dependencies]
aresponses = "^2.1.6"
Expand All @@ -35,8 +35,6 @@ pytest = "^7.2.0"
pytest-asyncio = "^0.15.1"
pytest-cov = "^4.0.0"



[tool.black]
line-length = 100
target-version = ['py38']
Expand Down

0 comments on commit 178d28d

Please sign in to comment.