kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Update dependency django-storages to v1.13.1 (develop)
rodzic
c198024755
commit
1694ac74f2
|
@ -765,7 +765,7 @@ with_social = ["django-allauth (>=0.25.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "django-storages"
|
||||
version = "1.13"
|
||||
version = "1.13.1"
|
||||
description = "Support for many storage backends in Django"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -775,12 +775,12 @@ python-versions = ">=3.7"
|
|||
Django = ">=3.2"
|
||||
|
||||
[package.extras]
|
||||
sftp = ["paramiko"]
|
||||
libcloud = ["apache-libcloud"]
|
||||
google = ["google-cloud-storage (>=1.27.0)"]
|
||||
dropbox = ["dropbox (>=7.2.1)"]
|
||||
boto3 = ["boto3 (>=1.4.4)"]
|
||||
azure = ["azure-storage-blob (>=12.0.0)"]
|
||||
boto3 = ["boto3 (>=1.4.4)"]
|
||||
dropbox = ["dropbox (>=7.2.1)"]
|
||||
google = ["google-cloud-storage (>=1.27.0)"]
|
||||
libcloud = ["apache-libcloud"]
|
||||
sftp = ["paramiko"]
|
||||
|
||||
[[package]]
|
||||
name = "django-versatileimagefield"
|
||||
|
@ -1572,8 +1572,8 @@ python-versions = ">=3.5"
|
|||
pytest = ">=5.4.0"
|
||||
|
||||
[package.extras]
|
||||
docs = ["sphinx", "sphinx-rtd-theme"]
|
||||
testing = ["django", "django-configurations (>=2.0)"]
|
||||
testing = ["django-configurations (>=2.0)", "django"]
|
||||
docs = ["sphinx-rtd-theme", "sphinx"]
|
||||
|
||||
[[package]]
|
||||
name = "pytest-env"
|
||||
|
@ -2166,7 +2166,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "18dc6245649fd65d0488651a090adab45bb1d2aca44683a136f056bc987cab2e"
|
||||
content-hash = "9c7b4e8d1ee5bafa6766b78ffde7c703047cf80ed40feca58fa6ba4a0a5c2167"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2621,8 +2621,8 @@ django-rest-auth = [
|
|||
{file = "django-rest-auth-0.9.5.tar.gz", hash = "sha256:f11e12175dafeed772f50d740d22caeab27e99a3caca24ec65e66a8d6de16571"},
|
||||
]
|
||||
django-storages = [
|
||||
{file = "django-storages-1.13.tar.gz", hash = "sha256:d4fed98bbfb5347096ddfac2a6665d5133c788b9ec32c156ec5f7fb02ae57335"},
|
||||
{file = "django_storages-1.13-py3-none-any.whl", hash = "sha256:3ef9dd5a2ac7221b571aa32f72a94a542b6b03fbd393e1c18e64d2a4006bfddf"},
|
||||
{file = "django-storages-1.13.1.tar.gz", hash = "sha256:b3d98ecc09f1b1627c2b2cf430964322ce4e08617dbf9b4236c16a32875a1e0b"},
|
||||
{file = "django_storages-1.13.1-py3-none-any.whl", hash = "sha256:3540b45618b04be2c867c0982e8d2bd8e34f84dae922267fcebe4691fb93daf0"},
|
||||
]
|
||||
django-versatileimagefield = [
|
||||
{file = "django-versatileimagefield-2.2.tar.gz", hash = "sha256:6569d5c3e13c69ab8912ba5100084aa5abcdcffb8d1f5abc085b226e7bbd65b3"},
|
||||
|
|
|
@ -40,7 +40,7 @@ pydub = "==0.25.1"
|
|||
PyLD = "==2.0.3"
|
||||
aiohttp = "==3.8.1"
|
||||
django-oauth-toolkit = "==1.7.1"
|
||||
django-storages = "==1.13"
|
||||
django-storages = "==1.13.1"
|
||||
boto3 = "==1.24.50"
|
||||
unicode-slugify = "==0.1.5"
|
||||
django-cacheops = "==6.1"
|
||||
|
|
Ładowanie…
Reference in New Issue