File tree Expand file tree Collapse file tree 3 files changed +29
-126
lines changed
Expand file tree Collapse file tree 3 files changed +29
-126
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " seaplayer-audio"
3- version = " 0.3.0 "
3+ version = " 0.3.2 "
44description = " A library for async/sync playback audio."
55repository = " https://github.com/romanin-rf/seaplayer-audio"
66authors = [" Romanin <60302782+romanin-rf@users.noreply.github.com>" ]
@@ -31,7 +31,7 @@ pillow = "^11.0.0"
3131sounddevice = " ^0.5.1"
3232soundfile = " ^0.12.1"
3333mutagen = " ^1.47.0"
34- httpx = " ^0.28.0 "
34+ python-dateutil = " ^2.9.0.post0 "
3535
3636[tool .poetry .extras ]
3737dev = [" pytest" , " rich" ]
Original file line number Diff line number Diff line change @@ -204,6 +204,12 @@ pillow==11.0.0 ; python_version >= "3.10" \
204204pycparser == 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
207213sounddevice == 0.5.1 ; python_version >= "3.10" \
208214 --hash =sha256:09ca991daeda8ce4be9ac91e15a9a81c8f81efa6b695a348c9171ea0c16cb041 \
209215 --hash =sha256:4313b63f2076552b23ac3e0abd3bcfc0c1c6a696fc356759a13bd113c9df90f1 \
You can’t perform that action at this time.
0 commit comments