Switch to Django 6.0
This commit is contained in:
parent
5c56d40bf8
commit
b1ef2b9dac
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@ credentials
|
||||
local_settings.py
|
||||
.coverage
|
||||
Session.vim
|
||||
poetry.lock
|
||||
/env
|
||||
/data
|
||||
/old
|
||||
|
||||
@ -6,9 +6,9 @@ authors = [
|
||||
{name = "Tris Forster",email = "tris@tfconsulting.com.au"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"django (>=5.1,<6.0)",
|
||||
"django (==6.0.4)",
|
||||
"django-crispy-forms",
|
||||
"django-markdown2",
|
||||
"django-rest-framework",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user