mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +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 = "*"
|
autopep8 = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
django = "*"
|
django = "~= 5.2.1"
|
||||||
django-sass-processor = {extras = ["management-command"], version = "*"}
|
django-sass-processor = {extras = ["management-command"], version = "*"}
|
||||||
pillow = "*"
|
pillow = "*"
|
||||||
whitenoise = "*"
|
whitenoise = "*"
|
||||||
gunicorn = "*"
|
gunicorn = "*"
|
||||||
httptools = "*"
|
httptools = "*"
|
||||||
django-background-tasks = ">=1.2.8"
|
django-background-tasks = ">= 1.2.8"
|
||||||
django-basicauth = "*"
|
django-basicauth = "*"
|
||||||
psycopg = {extras = ["binary", "pool"], version = "*"}
|
psycopg = {extras = ["binary", "pool"], version = "*"}
|
||||||
mysqlclient = "*"
|
mysqlclient = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user