Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris committed Sep 16, 2024
1 parent fe8af13 commit f834a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ testbook = "^0.4.2"
types-aiofiles = "^24.1.0.20240626"
types-python-dateutil = "^2.9.0.20240316"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.poetry.extras]
legacy = ["pydub"]
microphone = ["pydub", "simpleaudio", "sounddevice"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]
Expand All @@ -99,3 +91,11 @@ plugins = ["pydantic.mypy"]

[tool.ruff]
line-length = 120

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.poetry.extras]
legacy = ["pydub"]
microphone = ["pydub", "simpleaudio", "sounddevice"]

0 comments on commit f834a58

Please sign in to comment.