Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Aug 10, 2023
1 parent 17014c7 commit d435fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = ["aiohttp~=3.8", "pydantic~=1.9", "deprecation~=2.1"]
test = [
"pytest~=7.1",
"pytest-mock~=3.10",
"pytest-asyncio~=0.18"
"pytest-asyncio~=0.18",
"requests~=2.26",
]

Expand Down

0 comments on commit d435fc6

Please sign in to comment.