Skip to content

Commit

Permalink
chore: add pytest-asyncio as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 20, 2024
1 parent e197495 commit 780aab1
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ classifiers = [
]

[project.optional-dependencies]
dev = ["pytest", "coveralls", "ruff>=0.7"]
dev = ["pytest", "pytest-asyncio", "coveralls", "ruff>=0.7"]

[tool.uv]
dev-dependencies = ["ruff>=0.7"]
dev-dependencies = ["pytest", "pytest-asyncio", "ruff>=0.7"]

[project.scripts]
translate = "googletrans:translate"
Expand Down
Loading

0 comments on commit 780aab1

Please sign in to comment.