Skip to content

Commit 334f2bb

Browse files
author
Raphael Krupinski
committed
🐛 Move pytest-asyncio to dev dependencies.
1 parent fc4a338 commit 334f2bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ python = "^3.9"
2626
httpx = {extras = ["http2"], version = "^0.27"}
2727
httpx-auth = "^0.22"
2828
pydantic = {extras = ["email"], version = "^2.5.2"}
29-
pytest-asyncio = "^0.23.3"
3029
python-mimeparse = "^1.6.0"
3130
typing-extensions = { python = "<3.12", version = "^4.9.0" }
3231

@@ -35,6 +34,7 @@ fastapi = "^0.109.0"
3534
mypy = "^1.0.1"
3635
pylint = "^3.0.3"
3736
pytest = "^7.1"
37+
pytest-asyncio = "^0.23.3"
3838

3939
[build-system]
4040
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)