mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-22 13:06:34 +00:00
Do not upgrade to Django 5.3 automatically
This commit is contained in:
parent
6f57a2e1bf
commit
b9efeeebf2
4
Pipfile
4
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 = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user