chore: Bump minimal python version of the API package
This commit is contained in:
parent
6b31cba294
commit
f383d52d12
|
@ -25,7 +25,7 @@ exclude = ["tests"]
|
||||||
funkwhale-manage = 'funkwhale_api.main:main'
|
funkwhale-manage = 'funkwhale_api.main:main'
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.8"
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
|
dj-rest-auth = { extras = ["with_social"], version = "2.2.8" }
|
||||||
|
|
Loading…
Reference in New Issue