Skip to content

Commit ff72354

Browse files
authored
Merge pull request Hotfix 0.3.2 (#4)
- Fixed dependencies
2 parents 45691d4 + b4bc404 commit ff72354

File tree

3 files changed

+29
-126
lines changed

3 files changed

+29
-126
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "seaplayer-audio"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
description = "A library for async/sync playback audio."
55
repository = "https://github.com/romanin-rf/seaplayer-audio"
66
authors = ["Romanin <60302782+romanin-rf@users.noreply.github.com>"]
@@ -31,7 +31,7 @@ pillow = "^11.0.0"
3131
sounddevice = "^0.5.1"
3232
soundfile = "^0.12.1"
3333
mutagen = "^1.47.0"
34-
httpx = "^0.28.0"
34+
python-dateutil = "^2.9.0.post0"
3535

3636
[tool.poetry.extras]
3737
dev = ["pytest", "rich"]

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@ pillow==11.0.0 ; python_version >= "3.10" \
204204
pycparser==2.22 ; python_version >= "3.10" \
205205
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
206206
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
207+
python-dateutil==2.9.0.post0 ; python_version >= "3.10" \
208+
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
209+
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
210+
six==1.17.0 ; python_version >= "3.10" \
211+
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
212+
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
207213
sounddevice==0.5.1 ; python_version >= "3.10" \
208214
--hash=sha256:09ca991daeda8ce4be9ac91e15a9a81c8f81efa6b695a348c9171ea0c16cb041 \
209215
--hash=sha256:4313b63f2076552b23ac3e0abd3bcfc0c1c6a696fc356759a13bd113c9df90f1 \

0 commit comments

Comments
 (0)