chore: Bump minimal python version of the API package

minimal-python-version
Georg Krause 2023-06-13 16:12:37 +02:00
rodzic 6b31cba294
commit f383d52d12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ exclude = ["tests"]
funkwhale-manage = 'funkwhale_api.main:main'
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
# Django
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }