Skip to content

Commit

Permalink
Merge pull request Hotfix 0.3.2 (#4)
Browse files Browse the repository at this point in the history
- Fixed dependencies
  • Loading branch information
romanin-rf authored Dec 6, 2024
2 parents 45691d4 + b4bc404 commit ff72354
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 126 deletions.
145 changes: 21 additions & 124 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "seaplayer-audio"
version = "0.3.0"
version = "0.3.2"
description = "A library for async/sync playback audio."
repository = "https://github.com/romanin-rf/seaplayer-audio"
authors = ["Romanin <[email protected]>"]
Expand Down Expand Up @@ -31,7 +31,7 @@ pillow = "^11.0.0"
sounddevice = "^0.5.1"
soundfile = "^0.12.1"
mutagen = "^1.47.0"
httpx = "^0.28.0"
python-dateutil = "^2.9.0.post0"

[tool.poetry.extras]
dev = ["pytest", "rich"]
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ pillow==11.0.0 ; python_version >= "3.10" \
pycparser==2.22 ; python_version >= "3.10" \
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
python-dateutil==2.9.0.post0 ; python_version >= "3.10" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
six==1.17.0 ; python_version >= "3.10" \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
sounddevice==0.5.1 ; python_version >= "3.10" \
--hash=sha256:09ca991daeda8ce4be9ac91e15a9a81c8f81efa6b695a348c9171ea0c16cb041 \
--hash=sha256:4313b63f2076552b23ac3e0abd3bcfc0c1c6a696fc356759a13bd113c9df90f1 \
Expand Down

0 comments on commit ff72354

Please sign in to comment.