Skip to content

Commit

Permalink
added pytest-asyncio to development extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
crucials committed Jul 13, 2024
1 parent 144a04a commit ffbf2a2
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 @@ -33,4 +33,4 @@ packages = ["wiring"]
discord = ["discord.py"]
telegram = ["python-telegram-bot"]
twitch = ["twitchio"]
development = ["pytest", "pylint", "flake8"]
development = ["pytest", "pytest-asyncio", "pylint", "flake8"]

0 comments on commit ffbf2a2

Please sign in to comment.