This commit is contained in:
Petitminion 2025-03-13 16:29:11 +01:00
parent 981c61de8a
commit 8fa80d43b6
2 changed files with 16 additions and 3 deletions

16
api/poetry.lock generated
View File

@ -3025,6 +3025,18 @@ files = [
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
]
[[package]]
name = "pydub"
version = "0.25.1"
description = "Manipulate audio with an simple and easy high level interface"
optional = false
python-versions = "*"
groups = ["main"]
files = [
{file = "pydub-0.25.1-py2.py3-none-any.whl", hash = "sha256:65617e33033874b59d87db603aa1ed450633288aefead953b30bded59cb599a6"},
{file = "pydub-0.25.1.tar.gz", hash = "sha256:980a33ce9949cab2a569606b65674d748ecbca4f0796887fd6f46173a7b0d30f"},
]
[[package]]
name = "pyflakes"
version = "2.3.1"
@ -5037,5 +5049,5 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.1"
python-versions = "^3.10,<3.13"
content-hash = "f2c6efa3463373b24f97504b76e9624bd520682acce6b085741b17f374530ad6"
python-versions = "^3.10,<3.14"
content-hash = "a928691c4dc102b876e7c9fab0f08ddec5a4273bb15a860b8a3a502921d55c9f"

View File

@ -25,7 +25,7 @@ exclude = ["tests"]
funkwhale-manage = 'funkwhale_api.main:main'
[tool.poetry.dependencies]
python = "^3.10,<3.13"
python = "^3.10,<3.14"
# Django
dj-rest-auth = "7.0.1"
@ -88,6 +88,7 @@ troi = "==2024.12.4.0"
lb-matching-tools = "==2024.1.30.1"
unidecode = "==1.3.8"
pycountry = "23.12.11"
pydub = "==0.25.1"
# Typesense
typesense = { version = "==0.21.0", optional = true }