diff --git a/Pipfile b/Pipfile index bf53b4bf..e4d6d053 100644 --- a/Pipfile +++ b/Pipfile @@ -7,13 +7,13 @@ verify_ssl = true autopep8 = "*" [packages] -django = "*" +django = "~= 5.2.1" django-sass-processor = {extras = ["management-command"], version = "*"} pillow = "*" whitenoise = "*" gunicorn = "*" httptools = "*" -django-background-tasks = ">=1.2.8" +django-background-tasks = ">= 1.2.8" django-basicauth = "*" psycopg = {extras = ["binary", "pool"], version = "*"} mysqlclient = "*"