pin setuptools to 60.10.0 to fix builds 1.4.0

This commit is contained in:
petitminion 2025-04-14 14:16:08 +00:00
commit a9d56911ef
8 changed files with 2332 additions and 2191 deletions

View file

@ -26,10 +26,11 @@ funkwhale-manage = 'funkwhale_api.main:main'
[tool.poetry.dependencies]
python = "^3.8,<3.12"
setuptools = "==60.10.0"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
django = "==3.2.25"
django = "==3.2.24"
django-allauth = "==0.42.0"
django-cache-memoize = "0.1.10"
django-cacheops = "==6.1"
@ -84,9 +85,7 @@ requests = "==2.28.2"
requests-http-message-signatures = "==0.3.1"
sentry-sdk = "==1.19.1"
watchdog = "==2.2.1"
troi = { git = "https://github.com/metabrainz/troi-recommendation-playground.git", tag = "v-2023-10-30.0"}
lb-matching-tools = { git = "https://github.com/metabrainz/listenbrainz-matching-tools.git", branch = "main"}
unidecode = "==1.3.8"
unidecode = "==1.3.7"
pycountry = "22.3.5"
# Typesense
@ -97,7 +96,6 @@ ipython = "==7.34.0"
pluralizer = "==1.2.0"
service-identity = "==21.1.0"
unicode-slugify = "==0.1.5"
[tool.poetry.group.dev.dependencies]
aioresponses = "==0.7.6"
asynctest = "==0.13.0"
@ -128,7 +126,8 @@ django-extensions = "==3.2.3"
typesense = ["typesense"]
[build-system]
requires = ["poetry-core==1.8.1"]
requires = ["poetry-core==1.8.1", "setuptools==60.10.0"
]
build-backend = "poetry.core.masonry.api"
[tool.pylint.master]