diff --git a/.gitignore b/.gitignore index b0ef732..12330cf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ credentials local_settings.py .coverage Session.vim +poetry.lock /env /data /old diff --git a/pyproject.toml b/pyproject.toml index c322559..a2849ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",